verify: new macro 'assume'
[gnulib.git] / modules / quotearg
1 Description:
2 Quote arguments for use in error messages.
3
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
11
12 Depends-on:
13 c-strcaseeq
14 extensions
15 gettext-h
16 mbrtowc
17 mbsinit
18 memcmp
19 quotearg-simple
20 localcharset
21 stdbool
22 wchar
23 wctype-h
24 xalloc
25
26 configure.ac:
27 gl_QUOTEARG
28
29 Makefile.am:
30 lib_SOURCES += quotearg.c
31
32 Include:
33 "quotearg.h"
34
35 License:
36 GPL
37
38 Maintainer:
39 Paul Eggert