#pragma once struct buffer{ int number; int size; char * data; };//buffer