Libft
42 Libft library documentation
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1
#pragma once
2
3
typedef
struct
s_list
4
{
5
void
*
content
;
6
struct
s_list
*
next
;
7
}
t_list
;
s_list
Definition
types.h:4
s_list::next
struct s_list * next
Definition
types.h:6
s_list::content
void * content
Definition
types.h:5
t_list
struct s_list t_list
includes
types.h
Generated by
1.9.8