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