ck_ring_capacity(3)
returns number of pointer slots in bounded FIFO
LIBRARY
Concurrency Kit (libck, -lck)
SYNOPSIS
In ck_ring.h
Ft unsigned int
Fn ck_ring_capacity ck_ring_t *ring
DESCRIPTION
The
Fn ck_ring_capacity 3
function returns the number of pointers that can be
held in the buffer pointed to by
Fa ring .