home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff218.lzh / EdLib / man / IsODigit < prev    next >
Text File  |  1989-06-04  |  440b  |  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.