How to call a custom julia function from c++ (a custom locally created .jl file)

The equivalent of a C/C++ function with no (void) return value is to return nothing in the Julia function.

2 Likes