ck_array_initialized(3) indicates whether an array was recently initialized or deinitialized

LIBRARY

Concurrency Kit (libck, -lck)

SYNOPSIS

In ck_array.h Ft bool Fn ck_array_initialized ck_array_t *array

DESCRIPTION

The Fn ck_array_initialized 3 can be used to determine whether an array was recently initialized with Fn ck_array_init 3 or deinitialized with Fn ck_array_deinit 3 . Behavior is undefined if a user allocates internal allocator data in through other means.

RETURN VALUES

This function returns true if the array is initialized, and false otherwise.