I am creating a buffer for reading a file as part of my assignment for class.
The buffer structure is like this:
char* array; /* Character array */ sho