|
|
A string structure is analogous to a char*
, and is used in
some functions as an input argument. It represents a string of data
in a way that does not necessarily require the entire string to be in
memory at once. This is essential for small machines with
highly-restricted memory limits (for example, DOS).