scanf1 method

int scanf1(
  1. Pointer<Char> __format
)

Implementation

int scanf1(
  ffi.Pointer<ffi.Char> __format,
) {
  return _scanf1(
    __format,
  );
}