aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2003-12-01 15:09:03 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2003-12-01 15:09:03 +0000
commitcb792a065213b54307417870689a93ff544d35dc (patch)
treef86fb113b4b3d3b1849cdf464fb5b1048701f0e2 /src/zexy.c
parent00c988e3750e998c90280b54c4a469b545d2a243 (diff)
added [operating_system] to get the current OS
svn path=/trunk/externals/zexy/; revision=1203
Diffstat (limited to 'src/zexy.c')
-rw-r--r--src/zexy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zexy.c b/src/zexy.c
index 6636e6c..710072a 100644
--- a/src/zexy.c
+++ b/src/zexy.c
@@ -95,6 +95,7 @@ static void zexy_help(void)
"\nlp\t\t:: write to the (parallel) port"
"\nwrap\t\t:: wrap a floating number between 2 limits"
"\nurn\t\t:: unique random numbers"
+ "\noperating_system\t:: information on the OS"
#if 0
"\nexecute\t\t:: execute an application"
#endif
@@ -206,6 +207,7 @@ void z_wrap_setup();
sql
...
*/
+void z_operating_system_setup();
void zexy_setup(void)
{
@@ -266,6 +268,7 @@ void zexy_setup(void)
z_sigmatrix_setup();
z_strings_setup();
+ z_operating_system_setup();
/* lp ports are only on i386 machines */
#ifdef __i386__