Blob Blame History Raw
#ifndef SLIBTOOL_SNPRINTF_IMPL_H
#define SLIBTOOL_SNPRINTF_IMPL_H

int slbt_snprintf(char * buf, size_t buflen, const char * fmt, ...);

#endif