fluidlite-sys 0.2.1

Unsafe bindings to fluidlite library
Documentation
1
2
3
4
5
#ifdef __ANDROID__
// To make upx work for Android
void _init(void) __attribute__((constructor));
void _init(void) {}
#endif