Sprungmarken

Servicenavigation

       

Hauptnavigation

Bereichsnavigation

PROBI: cputime.h Source File
PROBI  1.0
cputime.h
1 /*
2  * File: cputime.h
3  * Author: Hendrik
4  *
5  * Created on 11. Januar 2013, 14:47
6  */
7 
8 #ifndef CPUTIME_H
9 #define CPUTIME_H
10 
11 #ifdef __cplusplus
12 extern "C"
13 {
14 #endif
15 
16 double getCPUTime();
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* CPUTIME_H */
23