Browse Source

add prototypes for getw/putw

rs-1.0
Rich Felker 14 years ago
parent
commit
25b88f0810
  1. 2
      include/stdio.h

2
include/stdio.h

@ -168,6 +168,8 @@ void clearerr_unlocked(FILE *);
int feof_unlocked(FILE *);
int ferror_unlocked(FILE *);
int fileno_unlocked(FILE *);
int getw(FILE *);
int putw(int, FILE *);
#endif
#ifdef _GNU_SOURCE

Loading…
Cancel
Save