From d78494cd6e239223c0c7cdee2eb42f2cafa04a8e Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 20 Jun 2010 11:46:50 +0000 Subject: [PATCH] fgetln() prototype --- include/stdio.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.44.0