← index
cplusplus2x.Examples/C++20/MasterX/src/apps/ats/func_procinfo.cpp
Source: cplusplus2x.Examples/C++20/MasterX/src/apps/ats/func_procinfo.cpp
#include "function.hpp"

namespace token {

    void token_ProcInfo(const std::string &text, std::vector<lex::Token> &tokens) {
        code.print();
    }
} // namespace token