← index
cplusplus17.Examples/examples/ScanLex/scan_html.hpp
Source: cplusplus17.Examples/examples/ScanLex/scan_html.hpp
#ifndef __SCAN_H__HTML
#define __SCAN_H__HTML

#include<iostream>
#include<string>

namespace scan {
    void procHTML(std::istream &in, std::ostream &out);
}

#endif