diff options
Diffstat (limited to 'src/internal/slibtool_snprintf_impl.h')
-rw-r--r-- | src/internal/slibtool_snprintf_impl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/slibtool_snprintf_impl.h b/src/internal/slibtool_snprintf_impl.h new file mode 100644 index 0000000..87fa65a --- /dev/null +++ b/src/internal/slibtool_snprintf_impl.h @@ -0,0 +1,6 @@ +#ifndef SLIBTOOL_SNPRINTF_IMPL_H +#define SLIBTOOL_SNPRINTF_IMPL_H + +int slbt_snprintf(char * buf, size_t buflen, const char * fmt, ...); + +#endif |