scanf method

int scanf(
  1. Pointer<Char> __format
)

Implementation

int scanf(
  ffi.Pointer<ffi.Char> __format,
) {
  return _scanf(
    __format,
  );
}