mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
native: pass argument specs in order to support varadic ffi
This commit is contained in:
2
stdlib/src/main/pork/ffi/printf.pork
Normal file
2
stdlib/src/main/pork/ffi/printf.pork
Normal file
@ -0,0 +1,2 @@
|
||||
export func printf(format, arguments...)
|
||||
native ffi "c:printf:int:char*,..."
|
Reference in New Issue
Block a user