The Text Library  0.2.1
Todo List
Global text_save (void)
Some improvements are possible and planned:
  • text_save() and text_restore() can be improved to detect erroneous calls as shown in the above example;
  • the stack-like storage management by text_save() and text_restore() unnecessarily keeps the Text Library from being used in ohter libraries. For example, text_restore() invoked by a clean-up function of a library can destroy the storage for texts that are still in use by a program. The approach used by the Arena Library would be more appropriate.
 All Data Structures Files Functions Variables Typedefs Defines