All of the above functions and macros will work with long or short format node structures. A minnode structure contains only linkage information. A full node structure contains linkage information, as well as type, priority and name fields. The smaller MinNode is used where space and memory alignment issues are important. The larger Node is used for queues or lists that require a name tag for each node.