four_arg
static int four_arg(const char *, const char *, const char *, const char *);
res = four_arg(argv[1], argv[2], argv[3], argv[4]);