QP/C++ 6.9.3
qep_port.hpp
Go to the documentation of this file.
1 
38 #ifndef QEP_PORT_HPP
39 #define QEP_PORT_HPP
40 
42 #define Q_NORETURN _Noreturn void
43 
44 #include <cstdint> // Exact-width types. C++11 Standard
45 
46 #include "qep.hpp" // QEP platform-independent public interface
47 
48 #endif // QEP_PORT_HPP
QEP/C++ platform-independent public interface.