diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-24 11:30:01 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-24 11:30:01 +0100 |
commit | 997fd49c81a86696db6f62ce8c5bdde038c7cebb (patch) | |
tree | 6d55528da52a0d061199ac29ec362d38764dea54 /comp/lucas-standen-NEA/code2/stdlib/zpylib.h | |
parent | 905588e11c174e3ac2d6bb235c7ab81532f98691 (diff) |
removed the guest book because it wasnt working
Diffstat (limited to 'comp/lucas-standen-NEA/code2/stdlib/zpylib.h')
-rw-r--r-- | comp/lucas-standen-NEA/code2/stdlib/zpylib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/stdlib/zpylib.h b/comp/lucas-standen-NEA/code2/stdlib/zpylib.h index 808ef55..6b95949 100644 --- a/comp/lucas-standen-NEA/code2/stdlib/zpylib.h +++ b/comp/lucas-standen-NEA/code2/stdlib/zpylib.h @@ -1,7 +1,9 @@ #include <String.h> #include <stddef.h> +#include <stdlib.h> void printstr(char *str); +void printchar(char c); void printint(int i); void printfloat(double f); char *readstr(); |