#pragma once #ifdef __cplusplus extern "C" { #endif int vasprintf( char **sptr, const char *fmt, va_list argv ); #ifdef __cplusplus } #endif