Main /
StructureLibraryCategories: GEN rds-hosted Library Routines Structure Library 8K Author: Chris Bensler / Jason Mirwald Date: Oct 5 2002 http://www.rapideuphoria.com/structs.zip Create (simulated) structures, and associate a string-name for each member in the structure. Structures can be nested to any level, can contain arrays of structures, and unions are supported. Pointers to a C structure in memory are supported by the routines peek_struct() and poke_struct(). |