mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Use malloc from <stdlib.h>
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
72b67ed632
commit
c9cd55d173
1 changed files with 40 additions and 40 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# include <string.h>
|
||||
# include <stdio.h>
|
||||
# include <errno.h>
|
||||
# include <malloc.h>
|
||||
# include <stdib.h>
|
||||
# include "../runtime/runtime.h"
|
||||
|
||||
void *__start_custom_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue