P99
#define P99_LIFO_TOP (   L)    atomic_load(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 of P99_LIFO_TOP maybe evaluated several times for its type but only once for its value

Definition at line 1375 of file p99_atomic.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines