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

The file containing the my_show_list function. More...

#include "mylist.h"

Functions

void my_show_list (node_t *list)
 Displays the linked list.
 

Detailed Description

The file containing the my_show_list function.

Author
Nicolas TORO

Function Documentation

◆ my_show_list()

void my_show_list ( node_t * list)

Displays the linked list.

Parameters
listThe linked list to display
Returns
void
Author
Nicolas TORO