KillLeadSpaces.c



char *KillLeadSpaces(char *string)

Inputs

char *string A character string

Returns

*char A pointer to the string with the leading spaces removed

Description

This routine strips leading spaces and tabs from a string returning a pointer to the first non-whitespace character.

N.B. THE MACRO KILLLEADSPACES() MAY NOW BE USED INSTEAD

Created: 06.02.91 Last Modified: 06.07.93