Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
sagemathinc
Edit Copy
Star
1
GitHub Repository:
sagemathinc/python-wasm
Path:
blob/main/core/dylink/test/libc-archive/app.h
1
3
9
3
views
1
#define EXPORTED_SYMBOL __attribute__((visibility("default")))
2
3
typedef
void
(
*
FUNCTION
)
(
)
;
4
5