#ifndef PARSE_INPUT_H #define PARSE_INPUT_H #include #include "refptr/refptr.h" #include "Parser.h" bool parse_input(char * buff, int size, Parser & parser); #endif