#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  int Count;
  if (!Count) _imp_monitor();
  if (Count == 1) _imp_monitor(6);
  if (Count == 2) {
    _imp_monitor();
    exit(0);
  }
  exit(0);
  return (1);
}
