clox/scanner.h

8 lines
87 B
C

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