]> git.notmuchmail.org Git - notmuch/commit
util: add string-util.[ch]
authorDavid Bremner <bremner@debian.org>
Sat, 24 Nov 2012 13:43:42 +0000 (09:43 -0400)
committerDavid Bremner <bremner@debian.org>
Sat, 8 Dec 2012 14:56:11 +0000 (10:56 -0400)
commit9ff72a83bda69e6c064bd8be9f201a4626bff54e
treea53eea64b65ebd90f80f4f2b4868cf4bb04c899b
parent10085656d5db8e9d26f83ad0b62f9428bb5425c0
util: add string-util.[ch]

This is to give a home to strtok_len. It's a bit silly to add a header
for one routine, but it needs to be shared between several compilation
units (or at least that's the most natural design).
util/Makefile.local
util/string-util.c [new file with mode: 0644]
util/string-util.h [new file with mode: 0644]