GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <stdarg.h>
Go to the source code of this file.
Functions | |
OCTINTERP_API void | octave_sleep (unsigned int seconds) |
OCTINTERP_API void | octave_usleep (unsigned int useconds) |
OCTINTERP_API void octave_sleep | ( | unsigned int | seconds | ) |
OCTINTERP_API void octave_usleep | ( | unsigned int | useconds | ) |
Definition at line 42 of file cutils.c.
Referenced by Fusleep(), Fwaitfor(), and octave_sleep().