ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <list.h>
Data Fields | |
struct _list * | next |
struct _list * | prev |
struct _list* list_t::next |
Definition at line 20 of file list.h.
Referenced by list_empty(), list_insert(), and list_remove().
struct _list* list_t::prev |
Definition at line 21 of file list.h.
Referenced by list_empty(), list_insert(), and list_remove().