![]()  | 
								
									 
										tgrekov-push_swap
									 
									
										HIVE push_swap July 2024
									 
								 | 
							
Linked list node. More...
#include <libft.h>
Data Fields | |
| void * | content | 
void* to the node's contents.  | |
| struct s_list * | next | 
| Pointer to the next node.   | |
| struct s_list * s_list::next |