]>
git.saurik.com Git - apple/network_cmds.git/blobdiff - telnetd.tproj/vasprintf.c
#include <stdio.h>
#include <stdlib.h>
+#include <stdarg.h>
#include <errno.h>
int
vasprintf(str, fmt, ap)
char **str;
const char *fmt;
- _BSD_VA_LIST_ ap;
+ va_list ap;
{
int ret;
FILE f;