Lines 24-30
Link Here
|
24 |
|
24 |
|
25 |
char *xStrdup (const char *t); |
25 |
char *xStrdup (const char *t); |
26 |
|
26 |
|
27 |
typedef struct { unsigned int high, low; } TimeStampCounter; |
27 |
typedef struct { unsigned long high, low; } TimeStampCounter; |
28 |
void getTimeStampCounter ( TimeStampCounter *t ); |
28 |
void getTimeStampCounter ( TimeStampCounter *t ); |
29 |
void Start_Timer (unsigned int idx); |
29 |
void Start_Timer (unsigned int idx); |
30 |
void Ende_Timer (unsigned int idx); |
30 |
void Ende_Timer (unsigned int idx); |