|
codex
|
#include <stddef.h>

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 node * | list_reverse (struct node *n) |
| static struct node * | list_remove (struct node **n, int i) |

