diff options
author | ronny | 2001-05-09 13:07:31 +0000 |
---|---|---|
committer | ronny | 2001-05-09 13:07:31 +0000 |
commit | 84d1f8e81f1c471e44a83d7fa299948d17dba09c (patch) | |
tree | b697654e6f47bd362e4ce51de3be6641dd3c8d50 /backendC/CleanCompilerSources/docommand.icl | |
parent | removed dumprestore modules (diff) |
removed docommand modules
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@416 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/docommand.icl')
-rw-r--r-- | backendC/CleanCompilerSources/docommand.icl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/backendC/CleanCompilerSources/docommand.icl b/backendC/CleanCompilerSources/docommand.icl deleted file mode 100644 index d5a1901..0000000 --- a/backendC/CleanCompilerSources/docommand.icl +++ /dev/null @@ -1,11 +0,0 @@ -implementation module docommand; - -from StdString import String; - -:: *DoCommandEnvironment :== Int; - -DoCommandNullTerminated :: !String !DoCommandEnvironment -> (!Int,!DoCommandEnvironment); -DoCommandNullTerminated a0 a1 = code { - ccall DoCommandNullTerminated "S:I:I" -} -// int DoCommandNullTerminated(CleanString); |