Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/core/posix-wasm/src/public.h
1067 views
1
#ifndef PUBLIC
2
#define PUBLIC(x) __attribute__((visibility("default"))) void* __WASM_EXPORT__##x() { return &(x);}
3
#endif
4
5
6