xref
: /
freebsd
/
contrib
/
one-true-awk
/
bugs-fixed
/
a-format.awk
(revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
2
printf
(
"%a\n"
,
42
)
3
}
4