X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=geekos%2Finclude%2Flibc%2Fstring.h;h=5bf42df8bab483a449d4e542845f1d54c4e856c7;hp=5a81cb843b75549c43decd57097f6cde8468da72;hb=a1073097716c800734e117267ce7aa92aa0d9a17;hpb=819c31aa7157ed1e3e17b9f05bf74de38179233d 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, ...);