index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
packages
/
libc
/
src
/
sttydefaults.inc
blob: 327f69744da0390f00a8cf0092d76e8dbbe12313 (
plain
)
1
2
3
4
5
function CTRL
(
x
:
Char
):
Char
;
begin
Result
:=
Char
(
Ord
(
x
)
and
$1F
)
;
end
;