Functions | |
| void | cpl_init (unsigned self) |
| Initialise the CPL core library. | |
| void | cpl_end (void) |
| Stop the internal subsystems of CPL. | |
#include <cpl_init.h>
| void cpl_end | ( | void | ) |
Stop the internal subsystems of CPL.
| void cpl_init | ( | unsigned | self | ) |
Initialise the CPL core library.
| self | CPL_INIT_DEFAULT is the only supported value |
The function must be called once before any other CPL function is used.
1.5.1