menu
native_log_plus package
documentation
native_log_bindings_generated.dart
NativeLog
fscanf method
fscanf method
dark_mode
light_mode
fscanf
method
int
fscanf
(
Pointer
<
FILE
>
arg0
,
Pointer
<
Char
>
arg1
)
Implementation
int fscanf(ffi.Pointer<FILE> arg0, ffi.Pointer<ffi.Char> arg1) { return _fscanf(arg0, arg1); }
native_log_plus package
documentation
native_log_bindings_generated
NativeLog
fscanf method
NativeLog class