repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
strcase
blob
02ad607d98f053c7402d12ccfe0d392a8c66abfe
1
Description:
2
Case-insensitive string comparison functions.
3
4
Files:
5
lib/strcasecmp.c
6
lib/strncasecmp.c
7
m4/strcase.m4
8
9
Depends-on:
10
strings
11
12
configure.ac:
13
gl_STRCASE
14
if test $HAVE_STRCASECMP = 0; then
15
AC_LIBOBJ([strcasecmp])
16
gl_PREREQ_STRCASECMP
17
fi
18
if test $HAVE_STRNCASECMP = 0; then
19
AC_LIBOBJ([strncasecmp])
20
gl_PREREQ_STRNCASECMP
21
fi
22
23
Makefile.am:
24
25
Include:
26
<strings.h>
27
28
License:
29
LGPLv2+
30
31
Maintainer:
32
all