omos-tcnj2024/sys/include/extern.h

7 lines
74 B
C
Raw Normal View History

2024-02-18 16:30:09 +01:00
#ifndef EXTERN_H
#define EXTERN_H
extern void *malloc(s32 size);
#endif