termios.inc 99 B

12345
  1. function CCEQ(val,c : cc_t) : boolean ;
  2. begin
  3. CCEQ:=((c=val) and (val<>_POSIX_VDISABLE));
  4. end;