Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 303 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 303 Bytes

C pad

A scratch pad to play with C

Running

./sake

Valgrind

To use valgrind on macOS ARM machines

docker build --tag 'valgrind' .
docker run -tiv $PWD:/build valgrind
# Inside the container
./sake build -d
valgrind --leak-check=full --track-origins=yes ./bin/main