7 lines
100 B
C
7 lines
100 B
C
![]() |
#include "b15f/wrapper/b15f.h"
|
||
|
|
||
|
int main() {
|
||
|
b15f_t* instance = get_instance();
|
||
|
|
||
|
return 0;
|
||
|
}
|