From: Ben Gras Date: Sun, 20 Jun 2010 11:46:50 +0000 (+0000) Subject: fgetln() prototype X-Git-Tag: v3.1.8~432 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch11.html?a=commitdiff_plain;h=d78494cd6e239223c0c7cdee2eb42f2cafa04a8e;p=minix.git fgetln() prototype --- diff --git a/include/stdio.h b/include/stdio.h index c5ade151d..1f595d562 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -149,6 +149,7 @@ _PROTOTYPE(int pclose, (FILE *_stream)); _PROTOTYPE(int snprintf, (char *_s, size_t _n, const char *_format, ...)); _PROTOTYPE(int vsnprintf, (char *_s, size_t _n, const char *_format, char *_arg) ); +_PROTOTYPE(char *fgetln, (FILE *stream, size_t *len)); #endif #endif /* _STDIO_H */