]> git.gag.com Git - fw/sdcc/blob - as/z80/alloc.h
*fixed problem with non-existent error messages about short jumps
[fw/sdcc] / as / z80 / alloc.h
1 /* alloc.h */
2 /* DECUS C */
3
4 #ifndef SDK
5 extern  char    *alloc();
6 extern  char    *malloc();
7 extern  char    *calloc();
8 extern  char    *realloc();
9 #endif
10