PerlFFI / FFI-Platypus

Write Perl bindings to non-Perl libraries with FFI. No XS required.
89 stars 23 forks source link

the return value type for function should be optional #262

Closed plicease closed 4 years ago

plicease commented 4 years ago

attach lets you skip the return type and defaults to void. The function method should work the same way.