libscotty Data Structures

Here are the data structures with brief descriptions:
SCT_allocator_sThis 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_sInformation 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)

Generated on Mon Jan 21 09:33:28 2008 for libscotty by  doxygen 1.5.4