rgncycle-libulfius/http-post/readme.md

22 lines
172 B
Markdown
Raw Permalink Normal View History

2023-03-17 15:23:33 +01:00
# rgncycle-libulfius
libulfius API for rgncycle
* build
```
make
```
* run
```
./main
```
* run Valgrind tool `Memcheck`
```
valgrind --leak-check=yes -s ./main
```