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