[BACK]Return to stdio.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/stdio.h between version 1.43 and 1.44

version 1.43, 2013/01/30 00:08:13 version 1.44, 2013/03/28 16:37:14
Line 335 
Line 335 
 int      putchar_unlocked(int);  int      putchar_unlocked(int);
 #endif /* __POSIX_VISIBLE >= 199506 */  #endif /* __POSIX_VISIBLE >= 199506 */
   
   #if __POSIX_VISIBLE >= 200809
   FILE    *fmemopen(void *, size_t, const char *);
   FILE    *open_memstream(char **, size_t *);
   #endif /* __POSIX_VISIBLE >= 200809 */
   
 #if __XPG_VISIBLE  #if __XPG_VISIBLE
 char    *tempnam(const char *, const char *);  char    *tempnam(const char *, const char *);
 #endif  #endif

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44