openat: provide more convenience names
[pspp] / modules / trim
index 27cdefc36346ce9f3bf9cb8464ef1db4f54a90d2..42d5b76143a543bb3670aec5e273d600cc8955b5 100644 (file)
@@ -1,17 +1,21 @@
 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:
+lib_SOURCES += trim.c
 
 Include:
 #include "trim.h"