firestring_estr_ip_trim

Langue: en

Version: 2003-07-31 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

firestring_estr_ip_trim - remove whitespace from the beginning and end of an estring

SYNOPSIS

#include <firestring.h>
-lfirestring

void firestring_estr_trim(struct firestring_estr_t *string)

DESCRIPTION

firestring_estr_trim removes whitespace from the beginning and end of string. It uses firestring_estr_ip_chug(3) instead of firestring_estr_chug(3), so the resulting estring can still be freed normally.

RETURN VALUE

None.

AUTHOR

Ian Gulliver <ian@penguinhosting.net>

SEE ALSO

libfirestring(3)