11 lines
141 B
C++
11 lines
141 B
C++
|
|
#ifndef PARSE_INPUT_H
|
|
#define PARSE_INPUT_H
|
|
|
|
#include <vector>
|
|
#include "refptr/refptr.h"
|
|
|
|
bool parse_input(char * buff, int size);
|
|
|
|
#endif
|