gbdk-releases/sdcc/as/z80/alloc.h
2015-01-10 16:25:09 +01:00

11 lines
149 B
C

/* alloc.h */
/* DECUS C */
#ifndef SDK
//extern char *alloc();
//extern char *malloc();
//extern char *calloc();
//extern char *realloc();
#endif