omos-tcnj2024/sys/include/extern.h

7 lines
74 B
C

#ifndef EXTERN_H
#define EXTERN_H
extern void *malloc(s32 size);
#endif