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