buzz
buzz copied to clipboard
Defining aliases for FFI symbols
zdef("mylib", "fn Some_Function() void;", as: "someFunction");
The syntax is not obvious here. This would not work for multiple definition zdef statements.