TEXT* | TEXT Pointer. |
STRING* | STRING Pointer oder char* mit dem gegebenen Inhalt des Strings, oder NULL zum Hinzufügen eines leeren Strings. |
TEXT text = { flags = SHOW; } // empty text with no strings
...
txt_addstring(text,"Hello World!"); // add a new string to the text