sethostid method

int sethostid(
  1. int __id
)

Implementation

int sethostid(
  int __id,
) {
  return _sethostid(
    __id,
  );
}