GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
int | octave_raw_vsnprintf (char *buf, size_t n, const char *fmt, va_list args) |
void | octave_sleep (unsigned int seconds) |
void | octave_usleep (unsigned int useconds) |
Definition at line 36 of file cutils.c.
Referenced by Fpause(), Fsleep(), and octave_sleep().
Definition at line 42 of file cutils.c.
Referenced by Fusleep(), Fwaitfor(), and octave_sleep().