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

The file containing the my_rev_list function. More...

#include "mylist.h"

Functions

void my_rev_list (node_t **begin)
 Reverses the linked list.
 

Detailed Description

The file containing the my_rev_list function.

Author
Nicolas TORO

Function Documentation

◆ my_rev_list()

void my_rev_list ( node_t ** begin)

Reverses the linked list.

Parameters
beginThe beginning of the list
Returns
void
Author
Nicolas TORO