OpenGrok
Cross Reference: missing-precision.awk
xref
: /
external
/
one-true-awk
/
bugs-fixed
/
missing-precision.awk
Home
|
History
|
Annotate
|
Download
|
only in
bugs-fixed
1
BEGIN
{
printf
(
"%*s"
)
; }
2