Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
c_list.h File Reference

Go to the source code of this file.

Classes

struct  node_list_class
 

Typedefs

typedef struct node_class node_class
 
typedef struct node_list_class node_list_class
 

Functions

void cLs_Init (node_list_class *pList)
 
int cLs_SingleCut (node_class *pNode)
 
int cLs_Addition (node_list_class *pList, node_class *pNode)
 
int cLs_Insert (node_list_class *pList, int idx, node_class *pNode)
 
node_classcLs_GetFirst (node_list_class *pList)
 
void cLs_Create (node_list_class *pList)
 

Typedef Documentation

◆ node_class

◆ node_list_class

Function Documentation

◆ cLs_Addition()

int cLs_Addition ( node_list_class pList,
node_class pNode 
)

◆ cLs_Create()

void cLs_Create ( node_list_class pList)

◆ cLs_GetFirst()

node_class * cLs_GetFirst ( node_list_class pList)

◆ cLs_Init()

void cLs_Init ( node_list_class list)

◆ cLs_Insert()

int cLs_Insert ( node_list_class pList,
int  idx,
node_class pNode 
)

◆ cLs_SingleCut()

int cLs_SingleCut ( node_class pNode)