catalyst
catalyst copied to clipboard
Fix `get_cmain` for boolean function results
Currently the get_cmain and compile_executable functionality will error out if a boolean is returned. The fix is to include the appropriate c header for boolean support (since C99).