ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / trim
blob3d29e3a75d8c1f2d79713d700c7a15f7e580d644
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 xalloc
10 mbchar
11 mbiter
12 memmove
13 strdup
15 configure.ac:
17 Makefile.am:
18 lib_SOURCES += trim.c
20 Include:
21 "trim.h"
23 Link:
24 $(LIB_MBRTOWC)
26 License:
27 GPL
29 Maintainer:
30 Davide Angelocola