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

Diff for /src/include/stdio.h between version 1.40 and 1.41

version 1.40, 2011/07/03 18:51:01 version 1.41, 2011/07/18 17:29:49
Line 251 
Line 251 
 int      puts(const char *);  int      puts(const char *);
 int      remove(const char *);  int      remove(const char *);
 int      rename(const char *, const char *);  int      rename(const char *, const char *);
   #if __POSIX_VISIBLE >= 200809
   int      renameat(int, const char *, int, const char *);
   #endif
 void     rewind(FILE *);  void     rewind(FILE *);
 int      scanf(const char *, ...);  int      scanf(const char *, ...);
 void     setbuf(FILE *, char *);  void     setbuf(FILE *, char *);

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41