Files
Pegasys-RomWBW/Apps/Source/tester.c
2013-05-11 03:36:41 +00:00

13 lines
156 B
C

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