clox/scanner.h

8 lines
87 B
C
Raw Permalink Normal View History

2018-06-08 21:17:50 +00:00
#ifndef __SCANNER_H
#define __SCANNER_H
void initScanner( const char* src );
#endif