]> git.sur5r.net Git - cc65/commit
Added "strrchr" optimizaion a matching unit test and tiny unit test framework. (Docum...
authorIrgendwerA8 <c.krueger.b@web.de>
Sun, 26 Feb 2017 19:03:05 +0000 (20:03 +0100)
committerIrgendwerA8 <c.krueger.b@web.de>
Sun, 26 Feb 2017 19:03:05 +0000 (20:03 +0100)
commitc240d42a9e36f565f03d00eab80b9a2c5aa99ae3
tree208e3618863d5f0b9ae91b484b2c8b32aec7a7c2
parent6afcc370edbd77d494fc6378a20de0023be6981f
Added "strrchr" optimizaion a matching unit test and tiny unit test framework. (Documentation for that will follow later)
include/unittest.h [new file with mode: 0644]
libsrc/common/strrchr.s
testcode/lib/strcat-test.c
testcode/lib/strrchr-test.c [new file with mode: 0644]