void bone_term()

Description
Terminates your use of the Bone SDK and frees up allocated memory.

Callback
None (returns immediately)

Notes
This is usually called right before your program exits.  If you wish to use the API again in the same session, you must call bone_init() again.

Example

bone_term();