7 lines
74 B
C
7 lines
74 B
C
|
#ifndef EXTERN_H
|
||
|
#define EXTERN_H
|
||
|
|
||
|
extern void *malloc(s32 size);
|
||
|
|
||
|
#endif
|