LTrim
main
|
FarStandardFunctions
The
FSF.LTrim
function removes all leading whitespaces from a string.
char* WINAPI LTrim( char *Str );
Parameters
Str
The string from which you want to remove leading whitespace. The result will be stored in the same string.
Return value
Pointer to the resulting string.
See also:
FSF.RTrim
|
FSF.Trim