Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
Validation
Performance
bin
scimark2.h
Go to the documentation of this file.
1
2
#ifndef SCIMARK2_H
3
#define SCIMARK2_H
4
5
#define VERSION 2.0
6
7
#ifndef NULL
8
#define NULL 0
9
#endif
10
11
#ifndef TRUE
12
#define TRUE 1
13
#endif
14
15
#ifndef FALSE
16
#define FALSE 0
17
#endif
18
19
#endif
Generated for CMSSW Reference Manual by
1.8.5