Searched refs:nodeptr (Results 1 - 1 of 1) sorted by relevance

/seL4-l4v-10.1.1/l4v/tools/c-parser/testfiles/
H A Dstruct_ptr_fn.c16 int last(struct list *nodeptr) argument
18 if (!nodeptr) { return 0; }
19 while (!nodeptr->next) {
20 nodeptr = nodeptr->next;
22 return nodeptr->contents;

Completed in 34 milliseconds