I want to create an LIFO unsigned char stack (maximum 7 elements)
stack< unsigned char > s;
And use it in several source files as