add missing ust_snprintf.h
[ust.git] / include / ust_snprintf.h
CommitLineData
a1eb70f9
PMF
1#ifndef UST_SNPRINTF
2#define UST_SNPRINTF
3
4#include <stdarg.h>
5
6extern int ust_safe_vsnprintf(char *str, size_t n, const char *fmt, va_list ap);
7extern int ust_safe_snprintf(char *str, size_t n, const char *fmt, ...);
8
9#endif /* UST_SNPRINTF */
This page took 0.022884 seconds and 4 git commands to generate.