logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for Zycore from the source code.

Zycore                                           Version 1.5.2.0                                ZyanListNode_(3)

Detailed Description

       Defines the ZyanListNode struct.

       All fields in this struct should be considered as 'private'. Any changes may lead to unexpected behavior.

Member Data Documentation

structZyanListNode_*ZyanListNode_::next
       A pointer to the next list node.

   structZyanListNode_*ZyanListNode_::prev
       A pointer to the previous list node.

Name

       ZyanListNode_

Synopsis

       #include <List.h>

   PublicAttributes
       struct ZyanListNode_ * prev
       struct ZyanListNode_ * next

See Also