Landtiger LPC1768 C BigLib 1
A self made, custom C library for the LandTiger board.
 
Loading...
Searching...
No Matches
__ListNode Struct Reference

Public Attributes

void * data
 
struct __ListNodeprev
 
struct __ListNodenext
 

Detailed Description

Definition at line 8 of file cl_list.c.

Member Data Documentation

◆ data

void* __ListNode::data

Definition at line 10 of file cl_list.c.

◆ next

struct __ListNode * __ListNode::next

Definition at line 11 of file cl_list.c.

◆ prev

struct __ListNode* __ListNode::prev

Definition at line 11 of file cl_list.c.


The documentation for this struct was generated from the following file: