Ausam/sys/other/tune/mk.c

Find at most related files.
including files from this version of Unix.

char buf [15000];
main(){
	write(1,buf,15000);
}