Skip to content

Isc ctrl

ISC_CTRL

Type Function BOOL
Input IN BYTE (characters)
Output BOOL (TRUE IN a sign is 0..9)
ISC_CTRL tests whether a sign IN is a control character, if IN is a controll character, the function returns TRUE, if not the function returns FALSE. Control characters are all characters with code < 32 or 127.

is_ctrl