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