#include "portab.h" #include "globals.h" #include "stdio.h" #include "stdlib.h" main(argc,argv) int argc; char *argv[]; { exit(SUCCESS); }