tromey / emacs-ffi

FFI for Emacs
99 stars 17 forks source link

add varargs support #1

Open tromey opened 8 years ago

tromey commented 8 years ago

There's no support for varargs calls.

The main issue seems to be that all the argument types have to be described at the point of call. It would be nice to have a lispy way to declare this in define-ffi-function and ffi-lambda.