index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
printhuge.awk
blob: 1de27eccdf8ea76e6c19c67dd407c383c67dc51a (
plain
)
1
2
3
BEGIN
{
printf
(
"%c
\n
"
,
sprintf
(
"%c"
,
(
0xffffff00
+
255
)))
}