mirror of
https://github.com/0Nera/BMOSP.git
synced 2025-01-23 21:12:03 +03:00
10 lines
142 B
C
10 lines
142 B
C
|
|
void assert(int x) {}
|
|
|
|
void *malloc(int size) {}
|
|
|
|
void *realloc(void *pointer, int new_size) {}
|
|
|
|
void free(void *pointer) {}
|
|
|
|
void main( ) {} |