X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fstdio.h;h=19ab8bcdda3e87bba4dd367688af3d7161ae1fe9;hb=9a470b0a6eb85f8105155881fbd67f26a804f994;hp=edcf2e6cc59bfd9d4b629e27bc214a2582bf2a31;hpb=3b94daba711090f1936f59fae6f7cbcba963b29e;p=musl diff --git a/include/stdio.h b/include/stdio.h index edcf2e6c..19ab8bcd 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -168,6 +168,12 @@ 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 _BSD_SOURCE +char *fgetln(FILE *, size_t *); #endif #ifdef _GNU_SOURCE