I\'m writing a language interpreter in C, and my string type contains a length attribute, like so:
string
length
struct String { char* charac
Just throwing out some hypotheticals: