Converts C API header files to `.hsc` and `.hsc.helper.c` files Usage: c2hsc [cpp options...] .h This will create `.hsc`, and `.hsc.helper.c` if the header file contains inline functions. For example, in `hlibgit2` on the Mac I'm using: c2hsc Bindings.Libgit2 -U__BLOCKS__ libgit2/include/git2/tree.h