syscall method

int syscall(
  1. int arg0
)

Implementation

int syscall(int arg0) {
  return _syscall(arg0);
}