<< Previous | Next >> | |
|
Description
- Tests for a control character: 0 <=
c
<= 31 orc
== 127.Parameters
- c
- Character to test.
Return value
0
if not a control character.
!0
otherwise.Library
- STRING.LIB
See also
- isalpha, isalnum, isdigit, ispunct
Dynamic C Functions | << Previous | Next >> | rabbit.com |