sandbox-c/file2char/readme.md

187 B

  • build
make clean all
  • cleanup
make clean
  • run
./main <file path>
  • run Valgrind tool Memcheck
valgrind --leak-check=yes -s ./main <file path>