bug fixes

This commit is contained in:
2026-07-12 10:13:19 +02:00
parent cff9e9500f
commit b0c716537e
14 changed files with 847 additions and 106 deletions
+4
View File
@@ -0,0 +1,4 @@
malloc c_func(__size c_ulong) ?*mut anyopaque
realloc c_func(__ptr ?*mut anyopaque, __size c_ulong) ?*mut anyopaque
free c_func(_ ?*mut anyopaque) void
posix_memalign c_func(__memptr ?*mut ?*mut anyopaque, __alignment c_ulong, __size c_ulong) c_int