view src/oct-snprintf.h @ 4155:61fba034b13b

[project @ 2002-11-07 18:46:13 by jwe]
author jwe
date Thu, 07 Nov 2002 18:46:20 +0000
parents
children
line wrap: on
line source

#if defined (HAVE_SYS_TYPES_H)
#include <sys/types.h>
#endif
#include <stdarg.h>

extern int
portable_snprintf (char *str, size_t str_m, const char *fmt, ...);

extern int
portable_vsnprintf (char *str, size_t str_m, const char *fmt, va_list ap);