gethostid.c 53 B

123456
  1. #include <unistd.h>
  2. long gethostid()
  3. {
  4. return 0;
  5. }