User Tools

Site Tools


haas:summer2015:data:projects:dll1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
haas:summer2015:data:projects:dll1 [2015/06/27 20:33] – [node library] wedgehaas:summer2015:data:projects:dll1 [2015/06/27 20:39] (current) – [Project Overview] wedge
Line 31: Line 31:
  
 <code> <code>
-unsigned char  rmlist (List **);                  // deallocate empty list+code_t  rmlist (List **);                  // deallocate empty list
  
-unsigned char  obtain (List **, Node **);         // obtain/disconnect node from list+code_t  obtain (List **, Node **);         // disconnect node  from list
  
-unsigned char  compare(List *,  List *, long int *);          // compare two lists for equality +code_t  compare(List  *, List *, ulli  *); // compare two lists 
-unsigned char  empty  (List **);                  // empty an existing list+code_t  empty  (List **);                  // empty an existing list
  
-unsigned char  sort   (List **, char);            // sort list (according to mode) +code_t  sort   (List **, int);             // sort list by mode 
-unsigned char  swap   (List **, Node *, Node *);  // swap positions of given nodes in list+code_t  swap   (List **, Node *, Node  *); // swap nodes in list
 </code> </code>
  
haas/summer2015/data/projects/dll1.1435437184.txt.gz · Last modified: 2015/06/27 20:33 by wedge