Skip to main content

ppl_initialize

Function ppl_initialize 

Source
pub unsafe extern "C" fn ppl_initialize() -> c_int
Expand description

\brief Initializes the Parma Polyhedra Library. This function must be called before any other function.

The thread performing library initialization (typically, the main thread) should not explicitly call ppl_thread_initialize().

\return PPL_ERROR_INVALID_ARGUMENT if the library was already initialized.