#ifndef _SCANNER_H #define _SCANNER_H class Scanner { public: void scan(void); }; extern Scanner scanner; #endif