X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=geekos%2Finclude%2Flibc%2Fstring.h;h=5bf42df8bab483a449d4e542845f1d54c4e856c7;hb=3d2d01f344c7417adba8f7b8ac6501d45392222f;hp=5a81cb843b75549c43decd57097f6cde8468da72;hpb=d38e1d6edeee83bfb1e3e3c6e2367faa5055bdfe;p=palacios.git diff --git a/geekos/include/libc/string.h b/geekos/include/libc/string.h index 5a81cb8..5bf42df 100644 --- a/geekos/include/libc/string.h +++ b/geekos/include/libc/string.h @@ -44,7 +44,8 @@ char *strrchr(const char *s, int c); char *strpbrk(const char *s, const char *accept); char *strncat(char *s1, const char *s2, size_t limit); int fprintf(FILE *file, char *fmt, ...); -//int fflush(FILE *file); +int fflush(FILE *file); +int printf(char *fmt, ...);