ScanList ( const List *1, void *n, <node type>)
Example 1: For Example
List *l; DataStruct *d; uint32 i; i = 0; ScanList(l,d,DataStruct) { printf("Node %d is called %s\n",i,d->d.n_Name); i++; }
ScanListB()
ScanListB