xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
dynlj.awk
(revision 2aeafac3612e19716bf8164f89c3c9196342979c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
printf
"%*sworld\n"
, -
20
,
"hello"
}
2