feat: move .a lib
This commit is contained in:
8
__ffi/dotalib/dotalib.h
Normal file
8
__ffi/dotalib/dotalib.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
void print_hello_world(void);
|
||||
Reference in New Issue
Block a user