* Added a few skeletal functions to Callback.h * Re-wrote parts of SDynamicArray to be more sane. * removed s_dynamic_array_len() and s_dynamic_array_add() * added s_dynamic_array_set() and s_dynamic_array_last_item() * use calloc instead of malloc. * added unsubscribe function to SGlobalNotify. * Added decumentation in Interface.h * Made s_dbg_print() more helpful.
-- Testing -- * Made test_case() macro more useful. * added tests for the dynamic array.