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