catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

Fix `get_cmain` for boolean function results

Open dime10 opened this issue 6 months ago • 3 comments

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).

dime10 avatar Apr 24 '25 23:04 dime10