three_arg
static int three_arg(const char *, const char *, const char *);
res = three_arg(argv[1], argv[2], argv[3]);
res = three_arg(a2, a3, a4);