mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-15 06:42:38 +02:00
6 lines
99 B
PHP
6 lines
99 B
PHP
function CCEQ(val,c : cc_t) : boolean ;
|
|
begin
|
|
CCEQ:=((c=val) and (val<>_POSIX_VDISABLE));
|
|
end;
|
|
|