[slang-users] push array structure into slang

Michael Noble mnoble at space.mit.edu
Thu Aug 25 13:45:24 EDT 2005


> symbol: _Z17_SLang_pop_structPP18_SLang_Struct_Type

This entry point name has C++ linkage (mangled by the C++ compiler,
e.g. in order to support overloading).  Use the extern "C" qualifier
to ensure C linkage.

-Mike




More information about the slang-users-l mailing list