home *** CD-ROM | disk | FTP | other *** search
- /*---------------ltrim----------------------------------*/
- /*DESCRIPTION: Takes the leading spaces out of a string */
- /* */
- /*RETURNS: the address of string */
- /*USES: MidStr */
- /*IN: string.c */
- /*------------------------------------------------------*/
-
- char *ltrim(char *string)