Example #1
0
 public static extern void MiscListFreeList(MiscListStruct *List);
Example #2
0
 public static extern MiscListIteratorStruct *MiscListGetListIterator(MiscListStruct *List);
Example #3
0
 public static extern int MiscListCompLists(MiscListStruct *L1, MiscListStruct *L2);