posix_openpt method

int posix_openpt(
  1. int arg0
)

Implementation

int posix_openpt(
  int arg0,
) {
  return _posix_openpt(
    arg0,
  );
}