rgncycle-libulfius/http-post/readme.md

22 lines
172 B
Markdown

# rgncycle-libulfius
libulfius API for rgncycle
* build
```
make
```
* run
```
./main
```
* run Valgrind tool `Memcheck`
```
valgrind --leak-check=yes -s ./main
```