feat: DLL, console

This commit is contained in:
2024-01-30 15:56:39 +03:00
parent 1a6f5303cf
commit 264618fe3b
11 changed files with 132 additions and 6 deletions

View File

@@ -55,4 +55,8 @@ extern "C" {
// 68.13
#[link_name = "_free"]
pub fn free(block: *const u8) -> bool;
// 68.19
#[link_name = "_load_dll"]
pub fn load_dll(name: *const u8) -> *const u32;
}