Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
ns_list_link Struct Reference
The type for the link member in the user's entry structure. More...
#include <ns_list.h>
Data Fields | |
void * | next |
Pointer to next entry, or NULL if none. | |
void ** | prev |
Pointer to previous entry's (or head's) next pointer. |
Detailed Description
The type for the link member in the user's entry structure.
Users should not access this member directly - just pass its name to the list head macros. The funny prev pointer simplifies common operations (eg insertion, removal), at the expense of complicating rare reverse iteration.
NB - the list implementation relies on next being the first member.
Definition at line 223 of file ns_list.h.
Field Documentation
Generated on Fri Jul 22 2022 04:54:14 by
