PtGenListFirstItem()

Return a pointer to the first item in a list

Synopsis:

PtGenListItem_t *PtGenListFirstItem( 
                     PtWidget_t const *list );

Description:

This function returns a pointer to the first item in the given list.

Returns:

A pointer to the first item.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenList, PtGenListItem_t