maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / trim
blobf20d8ad84eabbde37f25210dee92a7288d618ad0
1 Description:
2 trim() function: remove leading and/or trailing whitespaces
4 Files:
5 lib/trim.h
6 lib/trim.c
8 Depends-on:
9 c32isspace
10 mbchar
11 mbuiterf
12 mempcpy
13 xalloc-die
15 configure.ac:
17 Makefile.am:
18 lib_SOURCES += trim.c
20 Include:
21 "trim.h"
23 Link:
24 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
25 $(MBRTOWC_LIB)
26 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
28 License:
29 GPL
31 Maintainer:
32 Davide Angelocola