"vasnprintf()", as we're not using any of them, and we're not declaring
them in "interface.h" (keep them around for now in case we decide we
need them; they may be useful if we ever want to "sprintf" a string and
want the string to grow dynamically to hold what we're putting into it).
* SUCH DAMAGE.
*/
-/* $Id: snprintf.c,v 1.4 2001-01-02 22:33:04 guy Exp $ */
+/* $Id: snprintf.c,v 1.5 2001-01-12 10:14:40 guy Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.4 2001-01-02 22:33:04 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.5 2001-01-12 10:14:40 guy Exp $";
#endif
#include <stdio.h>
}
#endif
+#if 0
static int
as_reserve (struct state *state, size_t n)
{
return 0;
}
}
+#endif
static int
append_number(struct state *state,
}
#endif
+#if 0
#ifndef HAVE_ASPRINTF
int
asprintf (char **ret, const char *format, ...)
}
}
#endif
+#endif
#ifndef HAVE_VSNPRINTF
int