diff options
| author | grischka <grischka> | 2009-04-18 14:31:35 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-04-18 15:08:03 +0200 |
| commit | 5829791ffaca0178fbbd4111fbdf8c7cbd6de27f (patch) | |
| tree | d41bf8392e3059cc21c58b5193b5f81fb083ed71 /include/tcclib.h | |
| parent | ea5e81bd6a3376232bf4747b2fa2e0a91c19b337 (diff) | |
| download | tinycc-5829791ffaca0178fbbd4111fbdf8c7cbd6de27f.tar.gz tinycc-5829791ffaca0178fbbd4111fbdf8c7cbd6de27f.tar.bz2 | |
fix makefiles etc for subdirs
Diffstat (limited to 'include/tcclib.h')
| -rw-r--r-- | include/tcclib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tcclib.h b/include/tcclib.h index a7cc8a3..4ae3ea4 100644 --- a/include/tcclib.h +++ b/include/tcclib.h @@ -18,6 +18,7 @@ void *realloc(void *ptr, size_t size); int atoi(const char *nptr); long int strtol(const char *nptr, char **endptr, int base); unsigned long int strtoul(const char *nptr, char **endptr, int base); +int exit(int); /* stdio.h */ typedef struct __FILE FILE; |
