feat: dotalib

This commit is contained in:
2021-01-10 18:21:01 +08:00
parent 9dc7182b86
commit 58ea520a63
4 changed files with 39 additions and 4 deletions

View File

@@ -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);