gbdk-releases/sdcc/as/z80/alloc.h

11 lines
149 B
C
Raw Permalink Normal View History

2015-01-10 16:25:06 +01:00
/* alloc.h */
/* DECUS C */
#ifndef SDK
2015-01-10 16:25:09 +01:00
//extern char *alloc();
//extern char *malloc();
//extern char *calloc();
//extern char *realloc();
2015-01-10 16:25:06 +01:00
#endif