index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
dynlj.awk
blob: ec6851bb1702d6b18ac68873f80d9989dcfa266e (
plain
)
1
BEGIN
{
printf
"%*sworld
\n
"
, -
20
,
"hello"
}