aboutsummaryrefslogtreecommitdiffstats
path: root/test/sprintfc.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/sprintfc.awk')
-rw-r--r--test/sprintfc.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sprintfc.awk b/test/sprintfc.awk
new file mode 100644
index 00000000..ee1e5a7c
--- /dev/null
+++ b/test/sprintfc.awk
@@ -0,0 +1 @@
+{ print sprintf("%c", $1), $1 }