// file : cli/runtime-header.hxx // author : Boris Kolpackov // 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