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

#include <slib.h>

Data Fields

struct _slib_exp_lib * tail
 
struct _slib_exp_lib * head
 

Detailed Description

The LOADCORE library has a routine that returns a pointer to the following structure. It keeps track of all libraries added to the system with RegisterLibraryEntries().

Definition at line 45 of file slib.h.

Field Documentation

◆ head

struct _slib_exp_lib* slib_exp_lib_list_t::head

Definition at line 47 of file slib.h.

Referenced by slib_exp_lib_list(), and slib_get_exp_lib().

◆ tail

struct _slib_exp_lib* slib_exp_lib_list_t::tail

Definition at line 46 of file slib.h.

Referenced by slib_exp_lib_list(), and slib_get_exp_lib().


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