vdprintf method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
int vdprintf(
int __fd,
ffi.Pointer<ffi.Char> __fmt,
ffi.Pointer<__va_list_tag> __arg,
) {
return _vdprintf(
__fd,
__fmt,
__arg,
);
}