ReactOS 0.4.16-dev-36-g301675c
|
#include <wintirpc.h>
#include <stdio.h>
#include <varargs.h>
#include <errno.h>
#include <limits.h>
#include <stdarg.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | VA_COPY(dest, src) (dest) = (src) |
#define | INIT_SZ 128 |
Functions | |
int | vasprintf (char **str, const char *fmt, va_list ap) |
int | asprintf (char **str, const char *fmt,...) |
#define INIT_SZ 128 |
Definition at line 46 of file asprintf.c.
Definition at line 95 of file asprintf.c.
Referenced by __rpc_taddr2uaddr_af().
Definition at line 49 of file asprintf.c.
Referenced by asprintf().