diff options
Diffstat (limited to 'main/Unix/ipc.icl')
-rw-r--r-- | main/Unix/ipc.icl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/main/Unix/ipc.icl b/main/Unix/ipc.icl index 55ca927..11153e5 100644 --- a/main/Unix/ipc.icl +++ b/main/Unix/ipc.icl @@ -1,10 +1,5 @@ implementation module ipc; -//1.3 -from StdString import String; -//3.1 - - open_pipes :: !String !String -> Int; open_pipes a0 a1 = code { ccall open_pipes "SS:I" |