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