Class Reference for E1039 Core & Analysis Software
Pdb.h
Go to the documentation of this file.
1 #ifndef __PDB_HH__
2 #define __PDB_HH__
3 
4 typedef int PdbStatus;
5 
6 #ifdef NULL
7 #undef NULL
8 #endif
9 #define NULL 0
10 
11 #endif /* __PDB_HH__ */
int PdbStatus
Definition: Pdb.h:4