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
strerrorname_np: Add tests.
[gnulib.git]
/
modules
/
strerrorname_np
blob
41abf308e3e2ddcb801b1bb970007b621e7d660f
1
Description:
2
strerrorname_np() function: name of system error code.
3
4
Files:
5
lib/strerrorname_np.c
6
m4/strerrorname_np.m4
7
8
Depends-on:
9
extensions
10
string
11
12
configure.ac:
13
gl_FUNC_STRERRORNAME_NP
14
if test $HAVE_STRERRORNAME_NP = 0 || test $REPLACE_STRERRORNAME_NP = 1; then
15
AC_LIBOBJ([strerrorname_np])
16
fi
17
gl_STRING_MODULE_INDICATOR([strerrorname_np])
18
19
Makefile.am:
20
21
Include:
22
<string.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all