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

  1. /*-----------------------------blanks-----------------------------*/
  2. /*DESCRIPTION: tests whether a string consists entirely of blanks */
  3. /*                                  */
  4. /*INPUT: a null terminated string                  */
  5. /*RETURNS: 1 if the string is blank                  */
  6. /*         0 if the string is not blank                  */
  7. /*USES: nothing                              */
  8. /*IN: string.c                              */
  9. /*----------------------------------------------------------------*/
  10. blanks(char *string)
  11.