Cyber Garage Portable Runtime (CGPR) for C
time.c File Reference
#include <limits.h>
#include <stdbool.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>

Functions

void cg_wait (clock_t mtime)
 
void cg_waitrandom (clock_t mtime)
 
clock_t cg_getcurrentsystemtime (void)
 
float cg_random (void)
 

Function Documentation

◆ cg_getcurrentsystemtime()

clock_t cg_getcurrentsystemtime ( void )

◆ cg_random()

float cg_random ( void )

◆ cg_wait()

void cg_wait ( clock_t mtime)

◆ cg_waitrandom()

void cg_waitrandom ( clock_t mtime)