view src/oct-snprintf.c @ 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

/* Compiling snprintf.c with these two symbols defined will create an
   object with portable_snprintf and portable_vsnprintf defined.  */

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#if ! defined HAVE_SNPRINTF
#define HAVE_SNPRINTF 1
#endif

#if ! defined PREFER_PORTABLE_SNPRINTF
#define PREFER_PORTABLE_SNPRINTF 1
#endif

#include "oct-snprintf.h"

#include "snprintf.c"