verify: new macro 'assume'
[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
17 Makefile.am:
18 lib_SOURCES += trim.c
19
20 Include:
21 "trim.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Davide Angelocola