#include <stdio.h>
#include <time.h>
#include <sys/types.h>
#include <unistd.h>
#include "cutils.h"
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) |
void octave_sleep | ( | unsigned int | seconds | ) |
Definition at line 36 of file cutils.c.
Referenced by DEFUN(), and octave_sleep().
void octave_usleep | ( | unsigned int | useconds | ) |
Definition at line 42 of file cutils.c.
Referenced by DEFUN(), and octave_sleep().