Rename preinit to init and add more instructions

This commit is contained in:
luccie-cmd 2025-08-06 18:51:48 +02:00
parent 8c740f3793
commit 8282a299b1
5 changed files with 34 additions and 37 deletions

View file

@ -1,19 +0,0 @@
pub extern fn logErr(
string: *const u8,
len: u64,
) callconv(.c) void;
pub extern fn logWarn(
string: *const u8,
len: u64,
) callconv(.c) void;
pub extern fn logInfo(
string: *const u8,
len: u64,
) callconv(.c) void;
pub extern fn logDebug(
string: *const u8,
len: u64,
) callconv(.c) void;