feat: add dota lib

This commit is contained in:
2021-01-10 15:10:53 +08:00
parent 394e76ba29
commit dee3033007
6 changed files with 195 additions and 0 deletions

8
__misc/dotalib/dotalib.h Normal file
View 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);