mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
modify compiler to fix return values and add support for vm ffi
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
export func printf(format, arguments...)
|
||||
native ffi "c:printf:int:char*,..."
|
||||
native ffi "c" "int printf(int argc, ...)"
|
||||
|
Reference in New Issue
Block a user