diff options
Diffstat (limited to 'cpp.h')
| -rw-r--r-- | cpp.h | 11 | 
1 files changed, 11 insertions, 0 deletions
| @@ -0,0 +1,11 @@ +#pragma once + +#include "minicc.h" + +#include <vector> + +namespace CPP { + +void PreprocessorTokensToTokens(std::vector<Token>& tokens); + +} | 
