ddt  1.0.0
initCpl.hpp
Go to the documentation of this file.
1 
20 #ifndef INITCPL_HPP_
21 #define INITCPL_HPP_
22 
23 #include <sys/stat.h>
24 
25 #include <algorithm>
26 #include <cctype>
27 
28 #include "cpl.h"
29 
30 // namespace ddt {
31 
40 void InitCpl();
41 
45 void EndCpl();
46 
51 const char* GetCplVersion();
52 
53 //} // namespace ddt
54 
55 #endif /* INITCPL_HPP_ */
56 
void EndCpl()
Definition: initCpl.cpp:37
const char * GetCplVersion()
Definition: initCpl.cpp:43
void InitCpl()
Definition: initCpl.cpp:32