diff options
Diffstat (limited to 'src/internal/treebnf_dprintf_impl.h')
-rw-r--r-- | src/internal/treebnf_dprintf_impl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/internal/treebnf_dprintf_impl.h b/src/internal/treebnf_dprintf_impl.h new file mode 100644 index 0000000..d00ac0f --- /dev/null +++ b/src/internal/treebnf_dprintf_impl.h @@ -0,0 +1,10 @@ +#ifndef TREEBNF_DPRINTF_IMPL_H +#define TREEBNF_DPRINTF_IMPL_H + +#ifdef ARGV_DRIVER +#define argv_dprintf tbnf_dprintf +#endif + +int tbnf_dprintf(int fd, const char * fmt, ...); + +#endif |