root/src/posix.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM



// posix.h


#ifndef POSIX_H
#define POSIX_H

// includes


#include "util.h"

// functions


extern bool   input_available ();

extern double now_real        ();
extern double now_cpu         ();

#endif // !defined POSIX_H


// end of posix.h



/* [<][>][^][v][top][bottom][index][help] */