I just need one character that I can set in character arrays indicating that a particular location or a series of locations are free and available for storing data.
I need this because I am making a simple memory pool and need to reset freed blocks and indicate them as free.
Any help would be appreciated.