diff options
author | John van Groningen | 2003-07-11 13:47:24 +0000 |
---|---|---|
committer | John van Groningen | 2003-07-11 13:47:24 +0000 |
commit | 2255def3b1d52edce2b87c30ddff0a206abda7cd (patch) | |
tree | 406f668067c28094b4a64a59d6549554bcb54f51 /docommand.h | |
parent | fix bug in floating point subtract and divide (diff) |
add .c and .h files
Diffstat (limited to 'docommand.h')
-rw-r--r-- | docommand.h | 12 |
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 |