Skip to content
Snippets Groups Projects
Verified Commit 91221645 authored by jD91mZM2's avatar jD91mZM2
Browse files

Add *scanf to header

parent 5936c7a7
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,8 @@ int fprintf(FILE * stream, const char * fmt, ...);
int printf(const char * fmt, ...);
int snprintf(char *s, size_t n, const char * fmt, ...);
int sprintf(char *s, const char * fmt, ...);
int fscanf(FILE * stream, const char * fmt, ...);
int scanf(const char * fmt, ...);
int sscanf(const char * input, const char * fmt, ...);
#endif /* _BITS_STDIO_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment