diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-01 00:38:33 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-01 00:38:33 -0400 |
commit | 5a0ec4ed3711beda63450fcfe0bbbd1656fbb1ae (patch) | |
tree | ea3b2d94a7c5a1d368e09a60975976fcb6c21ce2 /src/commands/printf.c | |
parent | tee, whoami, wc (diff) | |
download | lazysphere-5a0ec4ed3711beda63450fcfe0bbbd1656fbb1ae.tar.gz lazysphere-5a0ec4ed3711beda63450fcfe0bbbd1656fbb1ae.tar.bz2 lazysphere-5a0ec4ed3711beda63450fcfe0bbbd1656fbb1ae.zip |
move back to c99
Diffstat (limited to '')
-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; |