#include <perms.h>
int Here;
extern int There;
static int Local;
void Ext1(void);
void Ext2(void) {}
static void Fred(void) {}
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  exit(0);
  return (1);
}
