FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
sll::next
struct sll * next
Definition:
dim.h:537
sll
Definition:
dim.h:536
Here is the caller graph for this function:
dim
src
sll.c
Generated on Sun Sep 18 2016 20:50:32 for FACT++ by
1.8.11