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

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

version 1.15, 2000/12/06 17:18:42 version 1.16, 2001/08/30 07:38:27
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 *, const char *, int));  void     _flockfile_debug __P((FILE *, 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.15  
changed lines
  Added in v.1.16