Simple str type list and helper functions. More...
#include "str.h"#include "mem/mem.h"#include "str_list.h"
Go to the source code of this file.
Definition in file str_list.c.
Add a new allocated list element to an existing list, the allocation is done from the private memory pool
| s | input character | |
| len | length of input character | |
| last | existing list | |
| total | length of total characters in list |
Definition at line 43 of file str_list.c.
Referenced by get_hfblock().

1.7.1