sandbox-libjansson/array-dim2/readme.md

210 B

  • build
make clean all
  • build in debugging mode
make debug
  • cleanup
make clean
  • run
./main
  • run Valgrind tool Memcheck
valgrind --leak-check=yes -s ./main