diff options
Diffstat (limited to 'coreutils/printf.c')
-rw-r--r-- | coreutils/printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c index 924499b..0180d0e 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c @@ -109,6 +109,7 @@ static void print_esc_string(char *str) } } +int printf_main(int argc, char **argv); int printf_main(int argc, char **argv) { char *format; |