wocky

wocky

Functions

void wocky_init ()
void wocky_deinit ()

Types and Values

#define WOCKY_H_INSIDE

Object Hierarchy


Description

Functions

wocky_init ()

void
wocky_init (void);

Initializes the Wocky library.

This function should be called before calling any other Wocky functions.


wocky_deinit ()

void
wocky_deinit (void);

Clean up any resources created by Wocky in wocky_init().

It is normally not needed to call this function in a normal application as the resources will automatically be freed when the program terminates. This function is therefore mostly used by testsuites and other memory profiling tools.

After this call Wocky (including this method) should not be used anymore.

Types and Values

WOCKY_H_INSIDE

#define WOCKY_H_INSIDE