summaryrefslogtreecommitdiff
path: root/src/internal/tpax_dprintf_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/tpax_dprintf_impl.h')
-rw-r--r--src/internal/tpax_dprintf_impl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/internal/tpax_dprintf_impl.h b/src/internal/tpax_dprintf_impl.h
new file mode 100644
index 0000000..d83d0d3
--- /dev/null
+++ b/src/internal/tpax_dprintf_impl.h
@@ -0,0 +1,10 @@
+#ifndef TPAX_DPRINTF_IMPL_H
+#define TPAX_DPRINTF_IMPL_H
+
+#ifdef ARGV_DRIVER
+#define argv_dprintf tpax_dprintf
+#endif
+
+int tpax_dprintf(int fd, const char * fmt, ...);
+
+#endif