logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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