wm: 5552

ref: 3128b86e38f6375c886cae173dc9deff3e4c0d3f
dir: /main.c/

View raw version
#include "port.h"
#include "5552.h"

int outfd = 0;

void
main(int argc, char **argv)
{
	int flags;
	char *fpath;

	ARGBEG{
		case 'o':
			break;
		case 'l':
			flags |= DOLINT;
			break;
		default:	
			sysfatal("usage: %s [-ol]", argv0);
	}ARGEND
}