Avoid using the syntax symbol() in formatted documentation.
[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
13 configure.ac:
14 gl_FUNC_MBRTOWC
15
16 Makefile.am:
17 lib_SOURCES += trim.c
18
19 Include:
20 #include "trim.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Davide Angelocola