scanf method

int scanf(
  1. Pointer<Char> arg0
)

Implementation

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