summaryrefslogtreecommitdiff
path: root/cmd/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/printf.h')
-rw-r--r--cmd/printf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/printf.h b/cmd/printf.h
new file mode 100644
index 0000000000..dcaff6d097
--- /dev/null
+++ b/cmd/printf.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+
+#ifndef __PRINTF_H
+#define __PRINTF_H
+
+int printf_setexpr(char *str, size_t size, int argc, char *const *argv);
+
+#endif