Tests for module 'unicase/u32-toupper'.
[gnulib.git] / modules / argz
1 Description:
2 Argv style string arrays in a single null delimited char*.
3
4 Files:
5 lib/argz.in.h
6 lib/argz.c
7 m4/argz.m4
8
9 Depends-on:
10 memmove
11 mempcpy
12 stpcpy
13 strndup
14 strnlen
15
16 configure.ac:
17 gl_FUNC_ARGZ
18
19 Makefile.am:
20 BUILT_SOURCES += $(ARGZ_H)
21
22 # We need the following in order to create <argz.h> when the system
23 # doesn't have one that works with the given compiler.
24 argz.h: argz.in.h
25         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
26           cat $(srcdir)/argz.in.h; \
27         } > $@-t
28         mv -f $@-t $@
29 MOSTLYCLEANFILES += argz.h argz.h-t
30
31 Include:
32 <argz.h>
33
34 License:
35 LGPLv2+
36
37 Maintainer:
38 all