GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
nanosleep-wrapper.c File Reference
#include <time.h>
#include "nanosleep-wrapper.h"

Go to the source code of this file.

Functions

int octave_nanosleep_wrapper (const struct timespec *requested, struct timespec *remaining)
 

Function Documentation

◆ octave_nanosleep_wrapper()

int octave_nanosleep_wrapper ( const struct timespec *  requested,
struct timespec *  remaining 
)

Definition at line 39 of file nanosleep-wrapper.c.

Referenced by octave::sleep().