FreeBASIC  0.91.0
time_timer.c File Reference
#include "../fb.h"
#include <time.h>
#include <windows.h>
Include dependency graph for time_timer.c:

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
 

Macro Definition Documentation

#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.

Function Documentation

FBCALL double fb_Timer ( void  )

Definition at line 13 of file time_timer.c.

Variable Documentation

double frequency
static

Definition at line 11 of file time_timer.c.

int timer = TIMER_NONE
static

Definition at line 10 of file time_timer.c.