summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-18convert to gcc.mainmo k
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 reverse.h header file to inc/ dir.mo k
2012-02-18remove executable and add to gitignore.mo k
2012-02-18extract run function to run each test.mo k
2012-02-18start building table of function pointers to run each test.mo k
2012-02-18add first unit test.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-17extract files variable in makefile.mo k
2012-02-17create makefile.mo k