Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:48:05

0001 /*
0002 Copyright Rene Rivera 2008-2015
0003 Distributed under the Boost Software License, Version 1.0.
0004 (See accompanying file LICENSE_1_0.txt or copy at
0005 http://www.boost.org/LICENSE_1_0.txt)
0006 */
0007 
0008 #if !defined(BOOST_PREDEF_LIBRARY_C_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
0009 #ifndef BOOST_PREDEF_LIBRARY_C_H
0010 #define BOOST_PREDEF_LIBRARY_C_H
0011 #endif
0012 
0013 #include <boost/predef/library/c/_prefix.h>
0014 
0015 #include <boost/predef/library/c/cloudabi.h>
0016 #include <boost/predef/library/c/gnu.h>
0017 #include <boost/predef/library/c/uc.h>
0018 #include <boost/predef/library/c/vms.h>
0019 #include <boost/predef/library/c/zos.h>
0020 
0021 #endif