/* Header for module timing, generated by p2c */ #ifndef TIMING_H #define TIMING_H #ifndef SYSGLOBALS_H #include #endif #ifndef SYSDEVS_H #include #endif #ifndef MYLIB_H #include #endif #ifndef WOL_GRAPHICS_H #include "wol_graphics.h" #endif #ifdef TIMING_G # define vextern #else # define vextern extern #endif extern void time_start(void); extern void time_end(Char *s); extern long elapsed_time(void); extern void waitfor(long centiseconds); extern Char *get_date_string(Char *Result); #undef vextern #endif /*TIMING_H*/ /* End. */