ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
list_t Struct Reference

#include <list.h>

Data Fields

struct _list * next
 
struct _list * prev
 

Detailed Description

Definition at line 19 of file list.h.

Field Documentation

◆ next

struct _list* list_t::next

Definition at line 20 of file list.h.

Referenced by list_empty(), list_insert(), and list_remove().

◆ prev

struct _list* list_t::prev

Definition at line 21 of file list.h.

Referenced by list_empty(), list_insert(), and list_remove().


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