Data Structures | Functions

str_list.h File Reference

Simple str type list and helper functions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

Functions


Detailed Description

Definition in file str_list.h.


Function Documentation

struct str_list* append_str_list ( char *  s,
int  len,
struct str_list **  last,
int *  total 
) [read]

Add a new allocated list element to an existing list, the allocation is done from the private memory pool

Parameters:
s input character
len length of input character
last existing list
total length of total characters in list
Returns:
extended list

Definition at line 43 of file str_list.c.

Referenced by get_hfblock().

Here is the caller graph for this function: