native: pass argument specs in order to support varadic ffi

This commit is contained in:
2023-09-11 01:12:32 -04:00
parent 8d310e337a
commit 2ee1565fb5
7 changed files with 33 additions and 9 deletions

View File

@ -0,0 +1,2 @@
export func printf(format, arguments...)
native ffi "c:printf:int:char*,..."