summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2012-02-18move test runner to tests.cmo k
2012-02-18move assertion to assertions.cmo k
2012-02-18update makefile to create bin/ and obj/ dir. collapse inc/ and src/mo k
2012-02-18move all .c and .h files to root and clean up makefile to simplify compilation.mo k
2012-02-17replace scanf with gets.mo k
2012-02-17trying to figure out why strlen isn't returning the correct length.mo k
2012-02-17reverse a string using pointer arithmetic.mo k
2012-02-17create makefile.mo k