box_70-73.c 155 B

123456
  1. /* START */
  2. else if (!strcmp(basename(argv[0]), "box") && argc == 1) {
  3. printf("fases box.\n");
  4. printf("Usage: box command [args] ...\n");
  5. /* END */