perform
if (perform(argc, argv))
if ((argc > 0) && (perform(argc, argv) != 0)) {
static int perform(int argc, char *argv[]);