codex
Loading...
Searching...
No Matches
list_add_remove.c File Reference
#include <stddef.h>
#include <stdio.h>
Include dependency graph for list_add_remove.c:

Classes

struct  node
 

Functions

void list_add (struct node **l, struct node *n)
 
struct nodelist_remove (struct node **l, int value)
 
void print (const struct node *l)
 
int main (void)
 

Function Documentation

◆ list_add()

void list_add ( struct node ** l,
struct node * n )
Here is the caller graph for this function:

◆ list_remove()

struct node * list_remove ( struct node ** l,
int value )
Here is the caller graph for this function:

◆ main()

int main ( void )
Here is the call graph for this function:

◆ print()

void print ( const struct node * l)
Here is the call graph for this function:
Here is the caller graph for this function: