X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftrim;h=c954509aa375efd9fca9bb7e73dd33fa948aad84;hb=84e7e349505e6961cc62fded69ba277474cc3d35;hp=019a041d803daccb1dd86dc50729df23fe8f1e00;hpb=0631ee73aea142c346c7a3026209ef3cc7b30b22;p=gnulib.git diff --git a/modules/trim b/modules/trim index 019a041d8..c954509aa 100644 --- a/modules/trim +++ b/modules/trim @@ -1,21 +1,24 @@ Description: -trim() removes leading and/or trailing whitespaces +trim() function: remove leading and/or trailing whitespaces Files: -lib/trim.c lib/trim.h +lib/trim.c Depends-on: xalloc +mbchar mbiter +memmove +strdup configure.ac: Makefile.am: -EXTRA_DIST += trim.h +lib_SOURCES += trim.c Include: -#include "trim.h" +"trim.h" License: GPL