1 2 3 4 5 6 7
int main(int argc, char **argv) { if (argc > 1) return /*status*/ 0 /*success*/; else return /*status*/ 1 /*failure*/; }