]> git.sur5r.net Git - cc65/commit
Optimization of two string functions (size & speed).
authorIrgendwerA8 <c.krueger.b@web.de>
Sat, 25 Feb 2017 19:19:34 +0000 (20:19 +0100)
committerIrgendwerA8 <c.krueger.b@web.de>
Sat, 25 Feb 2017 19:19:50 +0000 (20:19 +0100)
commit6afcc370edbd77d494fc6378a20de0023be6981f
treef6c99dec51d4b0a4d5317d5c8aa3dd65da7b3149
parent97e64c388c6dadbd24f5ef380cab7df741f6c7af
Optimization of two string functions (size & speed).
libsrc/common/strcat.s
libsrc/common/strchr.s
testcode/lib/strcat-test.c [new file with mode: 0644]