Open
Description
The generated C code should stamp exported functions with <LibName>_API
macros to explicitly mark their symbols as exported. This varies by compiler and should be user-overridable. This will be necessary to play nice on Windows at all and to support Unix-y users compiling with -fvisibility=hidden
.