home *** CD-ROM | disk | FTP | other *** search
- /*-----------------------------blanks-----------------------------*/
- /*DESCRIPTION: tests whether a string consists entirely of blanks */
- /* */
- /*INPUT: a null terminated string */
- /*RETURNS: 1 if the string is blank */
- /* 0 if the string is not blank */
- /*USES: nothing */
- /*IN: string.c */
- /*----------------------------------------------------------------*/
- blanks(char *string)