Mercurial > hg > octave-shane > gnulib-hg
diff modules/c-strcase @ 6359:dbf2af5391cd
New module 'c-strcase'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 11 Oct 2005 18:48:53 +0000 (2005-10-11) |
parents | |
children | 8812f453e378 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/c-strcase @@ -0,0 +1,25 @@ +Description: +Case-insensitive string comparison functions in C locale. + +Files: +lib/c-strcase.h +lib/c-strcasecmp.c +lib/c-strncasecmp.c + +Depends-on: +c-ctype + +configure.ac: + +Makefile.am: +lib_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c + +Include: +"c-strcase.h" + +License: +LGPL + +Maintainer: +Bruno Haible +