|
NAMEfirestring_trim - trim excess whitespace from the start and end of a stringSYNOPSIS#include <firestring.h>-lfirestring char *firestring_trim(char *s) DESCRIPTIONfirestring_trim() removes any whitespace at the beginning and end of the string s. A new pointer to the string (as the start may have moved) is returnedRETURN VALUEA pointer inside s to the new start of the string.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3)
Visit the GSP FreeBSD Man Page Interface. |