Initial revision
[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