X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftrim;h=c954509aa375efd9fca9bb7e73dd33fa948aad84;hb=9f15e6702a27649a59263a7ed571805a979d9e70;hp=70286f8cd51447e1cc8f7a1e8b39feb588b8cd6e;hpb=cb22a9e1bb8d6f16cc03a879d5671a7dd06f7314;p=gnulib.git diff --git a/modules/trim b/modules/trim index 70286f8cd..c954509aa 100644 --- a/modules/trim +++ b/modules/trim @@ -1,5 +1,5 @@ Description: -trim() removes leading and/or trailing whitespaces +trim() function: remove leading and/or trailing whitespaces Files: lib/trim.h @@ -9,15 +9,16 @@ Depends-on: xalloc mbchar mbiter +memmove +strdup configure.ac: -gl_FUNC_MBRTOWC Makefile.am: lib_SOURCES += trim.c Include: -#include "trim.h" +"trim.h" License: GPL