]> git.sur5r.net Git - cc65/commit
Added a quoted-token parsing function.
authorGreg King <gregdk@users.sf.net>
Tue, 20 May 2014 20:33:16 +0000 (16:33 -0400)
committerGreg King <gregdk@users.sf.net>
Tue, 20 May 2014 20:33:16 +0000 (16:33 -0400)
commit0ec8c8cea78ff0b08490da2d4d0f968f673cd0a1
treeee06bf00166d2253a41e02aab89abeb42dc2e2fe
parent1e4a7454b6553d8877466d681bcce6ced312ccc0
Added a quoted-token parsing function.
include/string.h
libsrc/common/strqtok.c [new file with mode: 0644]
testcode/lib/strqtok-test.c [new file with mode: 0644]