Orc

Orc — Library Initialization

Synopsis

void                orc_init                            (void);
const char *        orc_version_string                  (void);

Description

Details

orc_init ()

void                orc_init                            (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.


orc_version_string ()

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