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: 4d4fb7d4edcfcc95f78af7f0eef5e81a847983c4 (
plain
)
1
2
3
BEGIN
{
printf
(
"%c"
,
sprintf
(
"%c"
,
(
0xffffff00
+
255
)))
}