.\" (C) 2002 Ian Gulliver .TH firestring_chug 3 2002-03-31 .SH NAME firestring_chug \- trim excess whitespace from the beginning of a string .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "char *firestring_chug(char *" "s" ")" .SH DESCRIPTION firestring_chug() removes whitespace from the beginning of the string .I s and returns the result. .SH RETURN VALUE Returns .I s with any leading whitespace removed. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)