diff options
Diffstat (limited to 'module/styxconv.m')
| -rw-r--r-- | module/styxconv.m | 9 |
1 files changed, 9 insertions, 0 deletions
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); +}; |
