LIBRARY
Concurrency Kit (libck, -lck)SYNOPSIS
In ck_epoch.h Ft void Fn ck_epoch_init ck_epoch_t *epochDESCRIPTION
The Fn ck_epoch_init function initializes the epoch object pointed to by the Fa epoch pointer.RETURN VALUES
This function has no return value.ERRORS
The behavior of Fn ck_epoch_init is undefined if Fa epoch is not a pointer to a ck_epoch_t object.