#ifndef __SCANNER_H #define __SCANNER_H void initScanner( const char* src ); #endif