#include "common.h"
#include <stdlib.h>
#include "keypvalplist.h"
#include "mlist_tmpl_c.inc"
Include dependency graph for keypvalplist.c:
Go to the source code of this file.
Defines | |
#define | ML_INVALID kpvpListReturnInvalid() |
"invalid" Key-Value-List (error indicator). | |
#define | ML_IS_VALID_CARGO(cargo) (cargo.key != NULL) |
expression that evaluates to "true" if cargo is not "invalid". | |
Functions | |
KeyValuePair | kpvpListReturnInvalid () |
expression (that is, function) that evaluates to an "invalid" Key-Value-Pair. (smthg. like a "NULL" value). |
Definition in file keypvalplist.c.