]> git.proxmox.com Git - libgit2.git/commit
Add string utility functions for prefix and suffix compares
authorShawn O. Pearce <spearce@spearce.org>
Wed, 31 Dec 2008 22:35:39 +0000 (14:35 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 31 Dec 2008 22:35:39 +0000 (14:35 -0800)
commit9eb7976448bf684dfb41993ef6c76098978ff933
tree9ae72bd6780d6cd354719a1d84120e0690ffb5a7
parent8ed341c55ed4d6f4cdc8bf4f0ca18a08c93f6962
Add string utility functions for prefix and suffix compares

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
src/util.c
src/util.h
tests/t0003-strutil.c [new file with mode: 0644]