|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Macros | |
| #define | TIMER_NONE 0 |
| #define | TIMER_NORMAL 1 |
| #define | TIMER_HIGHRES 2 |
Functions | |
| FBCALL double | fb_Timer (void) |
Variables | |
| static int | timer = TIMER_NONE |
| static double | frequency |
| #define TIMER_HIGHRES 2 |
Definition at line 9 of file time_timer.c.
| #define TIMER_NONE 0 |
Definition at line 7 of file time_timer.c.
| #define TIMER_NORMAL 1 |
Definition at line 8 of file time_timer.c.
| FBCALL double fb_Timer | ( | void | ) |
Definition at line 13 of file time_timer.c.
|
static |
Definition at line 11 of file time_timer.c.
|
static |
Definition at line 10 of file time_timer.c.