Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/Clooper/ttest.h
blob: 111f10c8af743a663fff99da90d8614c9fc94e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _MSL_MATH_H
#define _MSL_MATH_H

#ifdef __cplusplus
extern "C" {
#endif

void testtimer(double);

#ifdef __cplusplus
}
#endif

#endif