#ifndef snprintf_h
#define snprintf_h

#ifndef HAVE_SNPRINTF
extern "C" int snprintf ( char *str, int n, const char *format, ...);
#else
#include <stdio.h>
#endif

#endif


syntax highlighted by Code2HTML, v. 0.9.1