ddt 1.4.0
 
Loading...
Searching...
No Matches
initCpl.hpp
Go to the documentation of this file.
1
10
11#ifndef INITCPL_HPP_
12#define INITCPL_HPP_
13
14#include <sys/stat.h>
15
16#include <algorithm>
17#include <cctype>
18
19#include "cpl.h"
20
21// namespace ddt {
22
27
31void InitCpl();
32
36void EndCpl();
37
42const char* GetCplVersion();
43
44//} // namespace ddt
45
46#endif /* INITCPL_HPP_ */
void EndCpl()
Definition initCpl.cpp:28
void InitCpl()
Definition initCpl.cpp:23
const char * GetCplVersion()
Definition initCpl.cpp:34