ref: e4fbcddc49d1884e2bf8d804e73194f48e974d02
dir: /main.c/
#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 }