Is there any way to export a function to a shared library using special characters with Gcc in a native manner without ad hoc data structure?
For example, I need to export "LibraryExportFunc" with the name"library-export-func" and then read back by another program using dlopen/dlsym.
Thank you