From c353c661a24622db379f19fb401861dea8740f4b Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 26 Jun 2018 14:18:11 +0000 Subject: internals: added pe_dprintf(), a signal-resilient dprintf implementation. --- src/internal/perk_dprintf_impl.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/internal/perk_dprintf_impl.h (limited to 'src/internal/perk_dprintf_impl.h') diff --git a/src/internal/perk_dprintf_impl.h b/src/internal/perk_dprintf_impl.h new file mode 100644 index 0000000..61e400d --- /dev/null +++ b/src/internal/perk_dprintf_impl.h @@ -0,0 +1,6 @@ +#ifndef PERK_DPRINTF_IMPL_H +#define PERK_DPRINTF_IMPL_H + +int pe_dprintf(int fd, const char * fmt, ...); + +#endif -- cgit v1.2.3