/* * parser.h * * Created on: 12.09.2012 * Author: Thomas Heinemann */ #ifndef PARSER_H_ #define PARSER_H_ #include "boost/integer/integer_mask.hpp" const uint_fast32_t BUFFER_SIZE=1024; #endif /* PARSER_H_ */