CurIsEmpty?
int CurIsEmpty()
{
if (cur = = NULL)
{ return (1);
}
else
{ return (0);
}
};
Previous slide
Next slide
Back to first slide
View graphic version