#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | _nps_list_node_t |
struct | nps_list_t |
Typedefs | |
typedef struct _nps_list_node_t | nps_list_node_t |
Functions | |
nps_list_t * | nps_list_new () |
void | nps_list_prepend (nps_list_t *list, nps_list_node_t *item) |
void | nps_list_append (nps_list_t *list, nps_list_node_t *item) |
struct nps_list_node_t * | nps_list_nth (nps_list_t *list, uint64_t n) |
typedef struct _nps_list_node_t nps_list_node_t |
void nps_list_append | ( | nps_list_t * | list, | |
nps_list_node_t * | item | |||
) |
nps_list_t* nps_list_new | ( | ) |
struct nps_list_node_t* nps_list_nth | ( | nps_list_t * | list, | |
uint64_t | n | |||
) | [read] |
void nps_list_prepend | ( | nps_list_t * | list, | |
nps_list_node_t * | item | |||
) |