Skip to content

Julia API, NFC: Use Cvoid instead of Nothing in ccalls

Fredrik Ekre requested to merge fe/jl-cvoid into master

Julia API, NFC: Use Cvoid instead of Nothing in ivoidstar and for return types in write_function. Cvoid is just an alias for Nothing, but recommended to used in ccalls for readability.

Edited by Fredrik Ekre

Merge request reports