lqr_carver_list_current(3) 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.

COPYRIGHT

Copyright © 2007-2009 Carlo Baldassi