• Eric Wong's avatar
    Add prefixcmp() (stol^H^H^H^Hborrowed from git) · f5df13f8
    Eric Wong authored
    This allows us to avoid the nasty repetition in strncmp(foo,
    bar, strlen(foo)).  We'll miss out on the compiler optimizing
    strlen() into sizeof() - 1 for string literals for this; but we
    don't use this it for performance-critical functions anyways...
    f5df13f8
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...