Orc — Library Initialization
void orc_init (void);
void
This function initializes the Orc library, and should be called before using any other Orc function. Subsequent calls to this function have no effect.
const char * orc_version_string (void);
Returns the orc version as a string. This will be either a triplet like "0.4.25" or with an additional nano number like "0.4.25.1".
Since: 0.4.25
© manpagez.com 2000-2025 Individual documents may contain additional copyright information.