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
cduce
cduce
Commits
d6b73040
Commit
d6b73040
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-06-28 03:31:39 by afrisch] appel unix
Original author: afrisch Date: 2004-06-28 03:31:39+00:00
parent
45912cbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/ocaml/a.cd
View file @
d6b73040
...
@@ -21,3 +21,9 @@ let exists = external "Sys.file_exists"
...
@@ -21,3 +21,9 @@ let exists = external "Sys.file_exists"
let i = 1
let i = 1
let home = external "Sys.getenv" "HOME"
let home = external "Sys.getenv" "HOME"
let stdin = external "Unix.stderr"
let unix_write = external "Unix.write"
let str_len = external "String.length"
let _ = unix_write stdin home 0 (str_len home)
Write
Preview
Markdown
is supported
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