rgncycle-libulfius/relations/readme.md

24 lines
254 B
Markdown
Raw Permalink Normal View History

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