Libc module
This commit is contained in:
5
modules/LibC.core
Normal file
5
modules/LibC.core
Normal file
@@ -0,0 +1,5 @@
|
||||
size_t :: U64
|
||||
|
||||
malloc :: #foreign (size: size_t): *void
|
||||
realloc :: #foreign (ptr: *void, size: size_t): *void
|
||||
free :: #foreign (ptr: *void)
|
||||
Reference in New Issue
Block a user