summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_snprintf_impl.h
blob: 87fa65a9147176253a1e02a63ebd7b56138a6466 (plain)
1
2
3
4
5
6
#ifndef SLIBTOOL_SNPRINTF_IMPL_H
#define SLIBTOOL_SNPRINTF_IMPL_H

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

#endif