Docs corrections around required 0- mark
[quincer.git] / src / lex.h
blob8f61dd065f97028a605975ef6ec1fe53f4a751ff
1 #ifndef __lex_h__
2 #define __lex_h__
3 #include "context.h"
5 qn_config_t* parse_config(char* filename);
7 #endif /* __lex_h__ */