Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-06-30 08:31:23

0001 #ifndef BOOST_SYSTEM_DETAIL_SNPRINTF_HPP_INCLUDED
0002 #define BOOST_SYSTEM_DETAIL_SNPRINTF_HPP_INCLUDED
0003 
0004 // Copyright 2018, 2020, 2021 Peter Dimov
0005 //
0006 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0007 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 //
0009 // See library home page at http://www.boost.org/libs/system
0010 
0011 #include <cstdio>
0012 
0013 //
0014 
0015 namespace boost
0016 {
0017 namespace system
0018 {
0019 namespace detail
0020 {
0021 
0022 using std::snprintf;
0023 
0024 } // namespace detail
0025 } // namespace system
0026 } // namespace boost
0027 
0028 #endif // #ifndef BOOST_SYSTEM_DETAIL_SNPRINTF_HPP_INCLUDED