diff options
Diffstat (limited to 'src/commands/printf.c')
-rw-r--r-- | src/commands/printf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/printf.c b/src/commands/printf.c index ce1631c..2a84b80 100644 --- a/src/commands/printf.c +++ b/src/commands/printf.c @@ -1,5 +1,4 @@ #include "../command.h" -#include <stdlib.h> static long cast_long(const char* arg) { char* end; |