FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int sll_empty
(
SLL
*
head
)
Definition at line
60
of file
sll.c
.
References
sll::next
.
Referenced by
update_show_servers()
.
61
{
62
register
int
ret;
63
64
DISABLE_AST
65
if
(head->
next
)
66
ret = 0;
67
else
68
ret = 1;
69
ENABLE_AST
70
return
(ret);
71
}
sll::next
struct sll * next
Definition:
dim.h:537
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