Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
a19f83cf
Commit
a19f83cf
authored
Jun 05, 2002
by
Ronny Wichers Schreur
🏘
Browse files
Made Clean 2.0 compatible
parent
f664500f
Changes
2
Hide whitespace changes
Inline
Side-by-side
main/Unix/ipc.dcl
View file @
a19f83cf
definition
module
ipc
;
//1.3
from
StdString
import
String
;
//3.1
open_pipes
::
!
String
!
String
->
Int
;
// int open_pipes (CleanString commands_name,CleanString results_name);
...
...
main/Unix/ipc.icl
View file @
a19f83cf
implementation
module
ipc
;
//1.3
from
StdString
import
String
;
//3.1
open_pipes
::
!
String
!
String
->
Int
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment