summaryrefslogtreecommitdiff
path: root/docommand.h
diff options
context:
space:
mode:
authorJohn van Groningen2003-07-11 13:47:24 +0000
committerJohn van Groningen2003-07-11 13:47:24 +0000
commit2255def3b1d52edce2b87c30ddff0a206abda7cd (patch)
tree406f668067c28094b4a64a59d6549554bcb54f51 /docommand.h
parentfix bug in floating point subtract and divide (diff)
add .c and .h files
Diffstat (limited to 'docommand.h')
-rw-r--r--docommand.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/docommand.h b/docommand.h
new file mode 100644
index 0000000..af05aa0
--- /dev/null
+++ b/docommand.h
@@ -0,0 +1,12 @@
+#pragma export on
+
+Clean (:: *DoCommandEnvironment :== Int)
+/* Clean (DoCommand command :== DoCommandNullTerminated (command +++ "\0")) */
+
+Clean (DoCommandNullTerminated :: String DoCommandEnvironment -> (Int, DoCommandEnvironment))
+
+/* functions */
+int DoCommandNullTerminated (CleanString command);
+Clean (DoCommandNullTerminated :: String DoCommandEnvironment -> (Int, DoCommandEnvironment))
+
+#pragma export off