system method

int system(
  1. Pointer<Char> __command
)

Implementation

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