Functions

str_list.c File Reference

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

#include "str.h"
#include "mem/mem.h"
#include "str_list.h"
Include dependency graph for str_list.c:

Go to the source code of this file.

Functions


Detailed Description

Definition in file str_list.c.


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: