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.
Dependents: 9_ETH_SD DS1820 DS1820
Fork of LinkedList by
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 Jul 13 2022 02:36:47 by
