home *** CD-ROM | disk | FTP | other *** search
- /*---------------------rtrim----------------------------*/
- /*DESCRIPTION: Puts a null char directly after the last */
- /* non-blank char in a null terminated string. */
- /* */
- /*RETURNS: the address of string */
- /*USES: nothing */
- /*IN: string.c */
- /*------------------------------------------------------*/
-
- char *rtrim(char *string)