mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
13 lines
156 B
C
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);
|
|
} |