#include #include int main (int argc, char *argv[]) { if (argc < 2) return 1; int ret = res_hnok(argv[1]); printf("%d\n", ret); }