feat: add test.c
This commit is contained in:
@@ -12,3 +12,8 @@ C
|
||||
cbindgen --config cbindgen.toml --crate dotalib --lang c --output dotalib.h
|
||||
```
|
||||
|
||||
Compile
|
||||
```shell
|
||||
cargo build
|
||||
gcc -Ltarget/debug/ -ldota test.c
|
||||
```
|
||||
Reference in New Issue
Block a user