LCA2011 version
[tridge/junkcode.git] / sethostid.c
1 #include <stdlib.h>
2 #include <stdio.h>
3
4
5 main(int argc, char *argv[])
6 {
7         sethostid(strtol(argv[1], NULL, 0));
8 }