home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / edlib.lzh / EDLIB / MAN / ISODIGIT < prev    next >
Encoding:
Text File  |  1991-08-16  |  440 b   |  26 lines

  1. ISODIGIT(3)                Library Functions               ISODIGIT(3)
  2.  
  3.  
  4.  
  5. NAME
  6.      isodigit - tell whether given character is an octal digit
  7.  
  8. SYNOPSIS
  9.      #include <edlib.h>
  10.  
  11.      int isodigit(c)
  12.      char c;
  13.  
  14. DESCRIPTION
  15.      Isodigit returns a 1 if the given characters is an octal digit.
  16.      Isodigit returns a 0 for all other characters.
  17.  
  18. AUTHOR
  19.      Edwin Hoogerbeets 01/08/88
  20.  
  21. SEE ALSO
  22.      isdigit(3), isbdigit(3), isxdigit(3)
  23.  
  24.  
  25.  
  26.