Libft
 
Loading...
Searching...
No Matches
s_list Struct Reference

Structure for linked list. More...

#include <libft.h>

Collaboration diagram for s_list:

Data Fields

void * content
 
struct s_listnext
 

Detailed Description

Structure for linked list.

Field Documentation

◆ content

void* s_list::content

Pointer to the data stored in the node

◆ next

struct s_list* s_list::next

Pointer to the next node in the list


The documentation for this struct was generated from the following file: