From cb792a065213b54307417870689a93ff544d35dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 1 Dec 2003 15:09:03 +0000 Subject: added [operating_system] to get the current OS svn path=/trunk/externals/zexy/; revision=1203 --- src/zexy.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/zexy.c') 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__ -- cgit v1.2.1