wrap getInstance method

This commit is contained in:
Robert 2022-12-06 20:29:20 +01:00
parent c9b75ce062
commit ecc3fff8a0
215 changed files with 83 additions and 16078 deletions

View file

@ -0,0 +1,7 @@
#include "b15f/wrapper/b15f.h"
int main() {
b15f_t* instance = get_instance();
return 0;
}