Name
lqr_carver_list_current — get current LqrCarver
object in a LqrCarverList
object
Synopsis
#include <lqr.h>
LqrCarver* lqr_carver_list_current( | LqrCarverList* list) ; |
Description
The function lqr_carver_list_current
returns a pointer to
the LqrCarver
object corresponding to the current value of the
list
parameter, or NULL
in case of errors.