3 lines
71 B
C
3 lines
71 B
C
|
extern void *UtilMalloc(unsigned long );
|
||
|
extern void UtilFree(void *);
|