home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / cfuncs.arj / LTRIM.DOC < prev    next >
Encoding:
Text File  |  1991-01-03  |  311 b   |  10 lines

  1. /*---------------ltrim----------------------------------*/
  2. /*DESCRIPTION: Takes the leading spaces out of a string */
  3. /*                            */
  4. /*RETURNS: the address of string            */
  5. /*USES: MidStr                        */
  6. /*IN: string.c                         */
  7. /*------------------------------------------------------*/
  8.  
  9. char *ltrim(char *string)
  10.