sandbox-c/file2char/readme.md

24 lines
187 B
Markdown
Raw Permalink Normal View History

2023-01-20 11:44:46 +01:00
* build
```
make clean all
```
* cleanup
```
make clean
```
* run
```
./main <file path>
```
* run Valgrind tool `Memcheck`
```
valgrind --leak-check=yes -s ./main <file path>
```