warning fixes and cleanups for 64-bit machines
[citadel.git] / citadel / snprintf.h
1 /* $Id$ */
2 #ifndef __DECC
3 int snprintf (char *buf, size_t max, const char *fmt, ...);
4 int vsnprintf (char *buf, size_t max, const char *fmt, va_list argp);
5 #endif