rgncycle-libulfius/http-delete-mutex/readme.md

24 lines
254 B
Markdown
Raw Normal View History

# rgncycle-libulfius
2023-04-05 16:33:48 +02:00
## general
libulfius API for rgncycle
* build
```
make
```
* run
```
./main
```
* run Valgrind tool `Memcheck`
```
valgrind --leak-check=yes -s ./main
```
2023-04-05 16:33:48 +02:00
## links
* [mutex in c](https://www.delftstack.com/howto/c/mutex-in-c/)