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