home *** CD-ROM | disk | FTP | other *** search
- ISODIGIT(3) Library Functions ISODIGIT(3)
-
-
-
- NAME
- isodigit - tell whether given character is an octal digit
-
- SYNOPSIS
- #include <edlib.h>
-
- int isodigit(c)
- char c;
-
- DESCRIPTION
- Isodigit returns a 1 if the given characters is an octal digit.
- Isodigit returns a 0 for all other characters.
-
- AUTHOR
- Edwin Hoogerbeets 01/08/88
-
- SEE ALSO
- isdigit(3), isbdigit(3), isxdigit(3)
-
-
-
-