rename example.c => leaky.c

This commit is contained in:
Damien Miller
2012-03-07 14:45:00 +11:00
parent e41307b545
commit de82036ecf
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
Here's how you do it:
gcc -Wall -O0 -ggdb3 -I.. -c example.c && gcc -ggdb3 -Wall -I.. -c example.c && gcc -L ../obj -L /usr/local/lib example.o -lleakmalloc -lexecinfo
gcc -Wall -O0 -ggdb3 -I.. -c leaky.c && gcc -ggdb3 -Wall -I.. -c leaky.c && gcc -L ../obj -L /usr/local/lib leaky.o -lleakmalloc -lexecinfo
./a.out | ../leakresolve.py -p a.out