diff options
Diffstat (limited to 'cpp/termbox/termbox.c')
-rw-r--r-- | cpp/termbox/termbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/termbox/termbox.c b/cpp/termbox/termbox.c index 6d1b7b7d..13ef1359 100644 --- a/cpp/termbox/termbox.c +++ b/cpp/termbox/termbox.c @@ -5,7 +5,6 @@ #include <fcntl.h> #include <signal.h> #include <stdio.h> -int snprintf(char *str, size_t size, const char *format, ...); // until we enable gnu99 #include <stdbool.h> #include <sys/ioctl.h> #include <sys/time.h> |