feat(http-delete-mutex): adjust readme

This commit is contained in:
dancingCycle 2023-04-05 16:33:48 +02:00
parent ba1caa9825
commit 30bc606230
1 changed files with 5 additions and 3 deletions

View File

@ -1,21 +1,23 @@
# rgncycle-libulfius # rgncycle-libulfius
## general
libulfius API for rgncycle libulfius API for rgncycle
* build * build
``` ```
make make
``` ```
* run * run
``` ```
./main ./main
``` ```
* run Valgrind tool `Memcheck` * run Valgrind tool `Memcheck`
``` ```
valgrind --leak-check=yes -s ./main valgrind --leak-check=yes -s ./main
``` ```
## links
* [mutex in c](https://www.delftstack.com/howto/c/mutex-in-c/)