ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / quotearg
blob6f5356dcc66095a3dde3f196ba4c83114beeebb2
1 Description:
2 Quote arguments for use in error messages.
4 Files:
5 lib/quotearg.h
6 lib/quotearg.c
7 lib/quote.h
8 m4/mbstate_t.m4
9 m4/mbrtowc.m4
10 m4/quotearg.m4
12 Depends-on:
13 attribute
14 c-strcaseeq
15 extensions
16 gettext-h
17 mbrtowc
18 mbsinit
19 memcmp
20 minmax
21 quotearg-simple
22 localcharset
23 stdbool
24 stdint
25 wchar
26 wctype-h
27 xalloc
29 configure.ac:
30 gl_QUOTEARG
32 Makefile.am:
33 lib_SOURCES += quotearg.c
35 Include:
36 "quotearg.h"
38 Link:
39 $(LIB_MBRTOWC)
41 License:
42 GPL
44 Maintainer:
45 Paul Eggert