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.
node Struct Reference
The Linked List structure. More...
#include <LinkedList.h>
Data Fields | |
void * | data |
struct node * | next |
Detailed Description
The Linked List structure.
Definition at line 33 of file LinkedList.h.
Field Documentation
void* data |
pointer to list member data
Definition at line 35 of file LinkedList.h.
pointer to the next list member
Definition at line 36 of file LinkedList.h.
Generated on Wed Aug 17 2022 05:29:14 by
