two_arg
static int two_arg(const char *, const char *);
res = two_arg(argv[1], argv[2]);
res = two_arg(a2, a3);
return two_arg(a2, a3);