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

The file containing the my_list_siz_circled function. More...

#include "mylist.h"

Functions

int my_list_size_circled (node_t const *begin)
 Adds a node at the end of the circular linked list.
 

Detailed Description

The file containing the my_list_siz_circled function.

Author
Gianni TUERO

Function Documentation

◆ my_list_size_circled()

int my_list_size_circled ( node_t const * begin)

Adds a node at the end of the circular linked list.

Parameters
beginThe beginning of the list
dataThe data to add
typeThe type of the data
Returns
void