summaryrefslogtreecommitdiff
path: root/module/styxconv.m
blob: 2752d3c66aa9b030080a61a3601625473101f643 (plain)
1
2
3
4
5
6
7
8
9
Styxconv: module
{
	PATH: con "/dis/lib/styxconv/styxconv.dis";
	
	# call first
	init: fn();
	# spawn and synchronize
	styxconv: fn(in: ref Sys->FD, out: ref Sys->FD, sync: chan of int);
};