Go to the documentation of this file.
6 #include "etl_profile.h"
10 # define ETL_NAMESPACE etl
13 #define ETL_DIRECTORY_SEPARATOR0 '/'
14 #define ETL_DIRECTORY_SEPARATOR1 '\\'
19 #define ETL_DIRECTORY_SEPARATOR ETL_DIRECTORY_SEPARATOR0
22 #ifndef ETL_FLAG_NONAMESPACE
23 # define _ETL ETL_NAMESPACE
24 # define _ETL_BEGIN_NAMESPACE namespace _ETL {
25 # define _ETL_END_NAMESPACE };
26 # define _STD_BEGIN_NAMESPACE namespace std {
27 # define _STD_END_NAMESPACE };
30 # define _ETL_BEGIN_NAMESPACE
31 # define _ETL_END_NAMESPACE
32 # define _STD_BEGIN_NAMESPACE
33 # define _STD_END_NAMESPACE
36 #define _ETL_BEGIN_CDECLS extern "C" {
37 #define _ETL_END_CDECLS }
40 #define ETL_REENTRANT 1
60 #define ETL_DEPRECATED_FUNCTION __attribute__ ((deprecated))
62 #define ETL_DEPRECATED_FUNCTION