diff options
author | midipix <writeonce@midipix.org> | 2018-06-26 14:18:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-27 07:30:01 -0400 |
commit | 5cc5f58e9585ec3e0455fbc54a227715144f91ae (patch) | |
tree | 23ec073fd95971cd50d95d7466fbaa37cb1088c2 /src/internal/slibtool_dprintf_impl.h | |
parent | 93f9e46057e3ea47fccec38ae9d5eeb46a54fef0 (diff) | |
download | slibtool-5cc5f58e9585ec3e0455fbc54a227715144f91ae.tar.bz2 slibtool-5cc5f58e9585ec3e0455fbc54a227715144f91ae.tar.xz |
internals: added slbt_dprintf(), a signal-resilient dprintf implementation.
Diffstat (limited to 'src/internal/slibtool_dprintf_impl.h')
-rw-r--r-- | src/internal/slibtool_dprintf_impl.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |