Blame src/internal/slibtool_snprintf_impl.h

19022e
#ifndef SLIBTOOL_SNPRINTF_IMPL_H
19022e
#define SLIBTOOL_SNPRINTF_IMPL_H
19022e
19022e
int slbt_snprintf(char * buf, size_t buflen, const char * fmt, ...);
19022e
19022e
#endif