lqr_carver_list_next(3)
advance the LqrCarverList object
SYNOPSIS
#include <lqr.h>
-
LqrCarverList* lqr_carver_list_next(LqrCarverList* list);
DESCRIPTION
The function
lqr_carver_list_next
returns a pointer to the next attached
LqrCarver
object in
list, or
NULL
if the list has reached the end.
COPYRIGHT
Copyright © 2007-2009 Carlo Baldassi