data_structures
Functions
list_remove_first.c File Reference
#include "list.h"
+ Include dependency graph for list_remove_first.c:

Go to the source code of this file.

Functions

void list_remove_first (t_list *alst)
 Removes the first item in the list. More...
 

Function Documentation

◆ list_remove_first()

void list_remove_first ( t_list alst)

Removes the first item in the list.

Definition at line 16 of file list_remove_first.c.