Micro template library A library for building device drivers
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

19 wiersze
433 B

  1. /*!
  2. * \file utl/core/impl.h
  3. * \brief Implementation detail main forward header
  4. */
  5. #ifndef __utl_core_impl_h__
  6. #define __utl_core_impl_h__
  7. //! \defgroup core Core
  8. //! Provide compiler feature support macros, uTL version,
  9. //! global types etc...
  10. // FWD include implementation details once
  11. #include <utl/core/version.h>
  12. #include <utl/core/types.h>
  13. #include <utl/core/crtp.h>
  14. #endif /* __utl_core_impl_h__ */