repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iconv-h: Fix module description.
[gnulib.git]
/
modules
/
trim
blob
3d29e3a75d8c1f2d79713d700c7a15f7e580d644
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
Link:
24
$(LIB_MBRTOWC)
25
26
License:
27
GPL
28
29
Maintainer:
30
Davide Angelocola