|
|
@ -42,11 +42,7 @@ function initializes a bounded FIFO buffer pointed to by
|
|
|
|
.Fa ring
|
|
|
|
.Fa ring
|
|
|
|
for the storage of up to
|
|
|
|
for the storage of up to
|
|
|
|
.Fa size
|
|
|
|
.Fa size
|
|
|
|
number of pointers. The
|
|
|
|
number of pointers.
|
|
|
|
.Fa buffer
|
|
|
|
|
|
|
|
argument must be a pointer to an array of void * of
|
|
|
|
|
|
|
|
length
|
|
|
|
|
|
|
|
.Fa size .
|
|
|
|
|
|
|
|
The
|
|
|
|
The
|
|
|
|
.Fa size
|
|
|
|
.Fa size
|
|
|
|
argument must be a power-of-two greater than or equal to 4.
|
|
|
|
argument must be a power-of-two greater than or equal to 4.
|
|
|
|