diff options
Diffstat (limited to 'lib/libc/stdio/fprintf.c')
| -rw-r--r-- | lib/libc/stdio/fprintf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fprintf.c b/lib/libc/stdio/fprintf.c index c0d14a48..c7f31f34 100644 --- a/lib/libc/stdio/fprintf.c +++ b/lib/libc/stdio/fprintf.c @@ -1,5 +1,5 @@ -#include <stdio.h> -#include <stdarg.h> +#include <stdarg.h> // for va_end, va_start +#include <stdio.h> // for fprintf, vfprintf, FILE, va_list int fprintf(FILE *restrict stream, const char *restrict format, ...) { |
