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

#include <libft.h>

Data Fields

void * content
 
struct s_listnext
 

Detailed Description

Definition at line 21 of file libft.h.

Field Documentation

◆ content

void* content

Definition at line 23 of file libft.h.

◆ next

struct s_list* next

Definition at line 24 of file libft.h.


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