system method

int system(
  1. Pointer<Char> arg0
)

Implementation

int system(ffi.Pointer<ffi.Char> arg0) {
  return _system(arg0);
}