42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_pop_back.c File Reference

The file containing the my_pop_back function. More...

#include "mylist.h"

Functions

node_tmy_pop_back (node_t **begin)
 Removes the last node of the list.
 

Detailed Description

The file containing the my_pop_back function.

Author
Nicolas TORO

Function Documentation

◆ my_pop_back()

node_t * my_pop_back ( node_t ** begin)

Removes the last node of the list.

Parameters
beginThe beginning of the list
Returns
node_t * The last node of the list
Author
Nicolas TORO