taviso / ctypes.sh

A foreign function interface for bash.
MIT License
2.09k stars 92 forks source link

Automatically import enums and macros #39

Open taviso opened 8 years ago

taviso commented 8 years ago

It would be nice if there was a way to automatically import simple macros and enum values like SOCK_RAW, EXIT_SUCCESS and so on.