util_string: dynamically allocate and expand string lists
- May 08, 2024
-
-
Roland Wirth authored
-
Roland Wirth authored
-
Roland Wirth authored
-
Roland Wirth authored
-
Roland Wirth authored
Lists start out with space for 8 elements and double in size every time they need to expand. Unallocated lists are treated like empty ones and are allocated by the add_to_list routines.
-