home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / cfuncs.arj / RTRIMLEN.DOC < prev    next >
Encoding:
Text File  |  1991-02-05  |  321 b   |  9 lines

  1. /*------------------------------------------------------*/
  2. /*---------------------rtrimlen-------------------------*/
  3. /*RETURNS: the length of s not counting trailing blanks */
  4. /*USES: nothing                        */
  5. /*IN: string.c                        */
  6. /*------------------------------------------------------*/
  7.  
  8. int rtrimlen(const char *s)
  9.