SCT_allocator_s | This structure is used to provide an interface to a memory management system. User can set their own, custom one by calling SCT_SetAllocator. The Init and Close fields are optional, and if set, are called in SCT_Init and SCT_Close respectively |
SCT_version_s | Information on the version of libscotty in use. Represents the library's version as three levels: major revision (increments with massive changes, additions, and enhancements), minor revision (increments with backwards-compatible changes to the major revision), and patchlevel (increments with fixes to the minor revision) |