ddt 1.1.0
Loading...
Searching...
No Matches
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
40void InitCpl();
41
45void EndCpl();
46
51const char* GetCplVersion();
52
53//} // namespace ddt
54
55#endif /* INITCPL_HPP_ */
56
void EndCpl()
Definition: initCpl.cpp:37
void InitCpl()
Definition: initCpl.cpp:32
const char * GetCplVersion()
Definition: initCpl.cpp:43