35e2d8d048
ok deraadt@ beck@
12 lines
228 B
C
12 lines
228 B
C
#include_next <stdio.h>
|
|
|
|
#ifndef LIBCRYPTOCOMPAT_STDIO_H
|
|
#define LIBCRYPTOCOMPAT_STDIO_H
|
|
|
|
#ifdef NO_ASPRINTF
|
|
int vasprintf(char **str, const char *fmt, va_list ap);
|
|
int asprintf(char **str, const char *fmt, ...);
|
|
#endif
|
|
|
|
#endif
|