// file : cli/runtime-header.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_RUNTIME_HEADER_HXX #define CLI_RUNTIME_HEADER_HXX #include void generate_runtime_header (context&); #endif // CLI_RUNTIME_HEADER_HXX