codex
Loading...
Searching...
No Matches
list.h File Reference
#include <stddef.h>
Include dependency graph for list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  node
 

Functions

static void list_push_front (struct node **l, struct node *n)
 
static struct nodelist_reverse (struct node *n)
 
static struct nodelist_remove (struct node **n, int i)
 

Function Documentation

◆ list_push_front()

static void list_push_front ( struct node ** l,
struct node * n )
inlinestatic

◆ list_remove()

static struct node * list_remove ( struct node ** n,
int i )
inlinestatic

◆ list_reverse()

static struct node * list_reverse ( struct node * n)
inlinestatic
Here is the call graph for this function: