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

Description

       Return the next sublist of a property list. The mplist_next() function returns a pointer to the sublist
       of property list plist, which begins at the second element in plist. If the length of plist is zero, it
       returns NULL.

Name

       mplist_next -

Synopsis

MPlist* mplist_next (MPlist * plist)

See Also