#ifndef __SCAN_H__HTML #define __SCAN_H__HTML #include<iostream> #include<string> namespace scan { void procHTML(std::istream &in, std::ostream &out); } #endif