#include <stdarg.h>
Go to the source code of this file.
Functions | |
OCTINTERP_API int | octave_raw_vsnprintf (char *buf, size_t n, const char *fmt, va_list args) |
OCTINTERP_API void | octave_sleep (unsigned int seconds) |
OCTINTERP_API void | octave_usleep (unsigned int useconds) |
OCTINTERP_API void octave_sleep | ( | unsigned int | seconds | ) |
Definition at line 36 of file cutils.c.
Referenced by DEFUN(), and octave_sleep().
OCTINTERP_API void octave_usleep | ( | unsigned int | useconds | ) |
Definition at line 42 of file cutils.c.
Referenced by DEFUN(), and octave_sleep().