FACT++  1.0
SLL* sll_get_head ( SLL head)

Definition at line 107 of file sll.c.

References sll::next.

Referenced by dis_get_next_cmnd().

108 {
109  register SLL *auxp;
110 
111  DISABLE_AST
112  auxp = head->next;
113  ENABLE_AST
114  return(auxp);
115 }
struct sll * next
Definition: dim.h:537
Definition: dim.h:536

+ Here is the caller graph for this function: