Mercurial > hg > octave-nkf
diff src/sysdep.cc @ 1488:89c587478067
[project @ 1995-09-26 22:49:48 by jwe]
author | jwe |
---|---|
date | Tue, 26 Sep 1995 22:49:48 +0000 |
parents | 7f008dfdc5a5 |
children | 972ce8b5a757 |
line wrap: on
line diff
--- a/src/sysdep.cc +++ b/src/sysdep.cc @@ -508,7 +508,7 @@ #endif } -DEFUN ("clc", Fclc, Sclc, 0, 0, +DEFUN ("clc", Fclc, Sclc, 00, "clc (): clear screen") { Octave_object retval; @@ -532,7 +532,7 @@ DEFALIAS (home, clc); -DEFUN ("getenv", Fgetenv, Sgetenv, 1, 1, +DEFUN ("getenv", Fgetenv, Sgetenv, 10, "getenv (STRING): get environment variable values") { Octave_object retval; @@ -558,7 +558,7 @@ return retval; } -DEFUN ("kbhit", Fkbhit, Skbhit, 0, 1, +DEFUN ("kbhit", Fkbhit, Skbhit, 00, "kbhit: get a single character from the terminal") { Octave_object retval; @@ -577,7 +577,7 @@ return retval; } -DEFUN ("pause", Fpause, Spause, 1, 1, +DEFUN ("pause", Fpause, Spause, 10, "pause (seconds): suspend program execution") { Octave_object retval; @@ -625,7 +625,7 @@ // XXX FIXME XXX -- maybe this should only return 1 if IEEE floating // point functions really work. -DEFUN ("isieee", Fisieee, Sisieee, 1, 1, +DEFUN ("isieee", Fisieee, Sisieee, 00, "isieee (): return 1 if host uses IEEE floating point") { return (double) (native_float_format == OCTAVE_IEEE_LITTLE