diff options
Diffstat (limited to 'test/intprec.awk')
-rw-r--r-- | test/intprec.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/intprec.awk b/test/intprec.awk new file mode 100644 index 00000000..978e9eac --- /dev/null +++ b/test/intprec.awk @@ -0,0 +1 @@ +BEGIN { printf "%.10d:%.10x\n", 5, 14 } |