feat: dotalib
This commit is contained in:
@@ -5,4 +5,8 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
void print_hello_world(void);
|
||||
const char *get_str(void);
|
||||
|
||||
char *get_str_mut(void);
|
||||
|
||||
void println(const char *str);
|
||||
|
||||
Reference in New Issue
Block a user