#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  static const int Kmax = 34;
  int I;
  for (I = 32; I <= Kmax; I++)  //  do something...
    exit(0);
  return (1);
}
