sscanf method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
int sscanf(
ffi.Pointer<ffi.Char> __s,
ffi.Pointer<ffi.Char> __format,
) {
return _sscanf(
__s,
__format,
);
}