mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
28 lines
276 B
Plaintext
28 lines
276 B
Plaintext
Description:
|
|
trim() function: remove leading and/or trailing whitespaces
|
|
|
|
Files:
|
|
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"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Davide Angelocola
|