~kris/9p

9hist

ref: c0021cd3d4f7a147552309c00e96ff47e818aba4 9hist/power/stream.h -rw-r--r-- 125 bytes
c0021cd3 — David du Colombier Plan 9 from Bell Labs 1990-10-26 35 years ago
                                                                                
1
2
3
4
5
6
7
extern	Qinfo 	 urpinfo;
extern	Qinfo 	 noetherinfo;

void streaminit0(void){
	newqinfo(&urpinfo);
	newqinfo(&noetherinfo);
}