diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-24 11:01:01 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-24 11:01:01 +0100 |
commit | 905588e11c174e3ac2d6bb235c7ab81532f98691 (patch) | |
tree | b7e083be0e610ccdb8915a95245016d38dd75d56 /comp/lucas-standen-NEA/code2/stdlib/zpylib.h | |
parent | 468fc8ca7d9ea4a0529aa055bad14c02347c748a (diff) |
did some fixes to the compiler around the auto mem free
Diffstat (limited to 'comp/lucas-standen-NEA/code2/stdlib/zpylib.h')
-rw-r--r-- | comp/lucas-standen-NEA/code2/stdlib/zpylib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/stdlib/zpylib.h b/comp/lucas-standen-NEA/code2/stdlib/zpylib.h index d86dc2d..808ef55 100644 --- a/comp/lucas-standen-NEA/code2/stdlib/zpylib.h +++ b/comp/lucas-standen-NEA/code2/stdlib/zpylib.h @@ -4,6 +4,7 @@ void printstr(char *str); void printint(int i); void printfloat(double f); +char *readstr(); int readint(); void readfloat(double f); int randint(int lower, int upper); |