From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- module/styxconv.m | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 module/styxconv.m (limited to 'module/styxconv.m') diff --git a/module/styxconv.m b/module/styxconv.m new file mode 100644 index 00000000..2752d3c6 --- /dev/null +++ b/module/styxconv.m @@ -0,0 +1,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); +}; -- cgit v1.2.3