#ifndef SCANNER_H #define SCANNER_H void initScanner(const char *source); #endif