|
NAMEfirestring_chug - trim excess whitespace from the beginning of a stringSYNOPSIS#include <firestring.h>-lfirestring char *firestring_chug(char *s) DESCRIPTIONfirestring_chug() removes whitespace from the beginning of the string s and returns the result.RETURN VALUEReturns s with any leading whitespace removed.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3)
Visit the GSP FreeBSD Man Page Interface. |