summaryrefslogtreecommitdiff
path: root/src/stdio/sscanf_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/sscanf_s.c')
-rw-r--r--src/stdio/sscanf_s.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdio/sscanf_s.c b/src/stdio/sscanf_s.c
index c91786f6..b3824825 100644
--- a/src/stdio/sscanf_s.c
+++ b/src/stdio/sscanf_s.c
@@ -1,5 +1,5 @@
-#include "stdio.h"
-#include "stdarg.h"
+#include <stdio.h>
+#include <stdarg.h>
/** read formatted input from a string **/
int sscanf_s(const char * restrict s, const char * restrict format, ...)