omos-tcnj2024/sys/include/extern.h
2024-02-18 10:30:09 -05:00

7 lines
74 B
C

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