#pragma once #define BUFFER_SIZE 170 namespace buffer { extern char value[BUFFER_SIZE]; void clear(); }