Avoid test link errors.
[gnulib.git] / modules / trim
1 Description:
2 trim() function: remove leading and/or trailing whitespaces
3
4 Files:
5 lib/trim.h
6 lib/trim.c
7
8 Depends-on:
9 xalloc
10 mbchar
11 mbiter
12 memmove
13 strdup
14
15 configure.ac:
16 AC_FUNC_MBRTOWC
17
18 Makefile.am:
19 lib_SOURCES += trim.c
20
21 Include:
22 #include "trim.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Davide Angelocola