From 3b60c933de3ad7f0e65465d273ff0c56d6c305ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sun, 8 Mar 2015 18:40:46 +0200 Subject: [PATCH] C11: gets_s() prototype added --- Library/include/stdio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/include/stdio.h b/Library/include/stdio.h index 69d41bbe..4a11d69b 100644 --- a/Library/include/stdio.h +++ b/Library/include/stdio.h @@ -77,6 +77,7 @@ extern FILE stderr[1]; #define getchar() getc(stdin) extern char *gets __P((char *)); +extern char *gets_s __P ((char *, size_t)); extern int _putchar __P((int)); extern int _getchar __P((void)); -- 2.34.1