libcex  1.0.0
Modern C++11 embedded webserver library
cex.hpp
1 //*************************************************************************
2 // File cex.hpp
3 // Date 22.06.2018
4 // Copyright (c) 2018-2019 by Patrick Fial
5 //-------------------------------------------------------------------------
6 // cex Library include wrapper
7 //*************************************************************************
8 
9 #ifndef __CEX_HPP__
10 #define __CEX_HPP__
11 
12 //***************************************************************************
13 // includes
14 //***************************************************************************
15 
16 #include <cex/core.hpp>
17 
79 //***************************************************************************
80 #endif // __CEX_HPP__
libcex core classes and functions