P99

◆ P99_LIFO_TOP

#define P99_LIFO_TOP (   L)    P99_TP_GET(L)

Return a pointer to the top element of an atomic LIFO L.

See also
P99_LIFO_CLEAR
P99_LIFO_POP
P99_LIFO_PUSH
Remarks
argument 0 maybe evaluated several times for its type but only once for its value

Definition at line 57 of file p99_lifo.h.