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

Diff for /src/include/stdio.h between version 1.16 and 1.17

version 1.16, 2001/08/30 07:38:27 version 1.17, 2001/08/30 17:47:57
Line 277 
Line 277 
 void     flockfile __P((FILE *));  void     flockfile __P((FILE *));
 int      ftrylockfile __P((FILE *));  int      ftrylockfile __P((FILE *));
 void     funlockfile __P((FILE *));  void     funlockfile __P((FILE *));
 void     _flockfile_debug __P((FILE *, char *, int));  void     _flockfile_debug __P((FILE *, const char *, int));
 int      getc_unlocked __P((FILE *));  int      getc_unlocked __P((FILE *));
 int      putc_unlocked __P((int, FILE *));  int      putc_unlocked __P((int, FILE *));
 int      getchar_unlocked __P((void));  int      getchar_unlocked __P((void));

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17