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

Public Attributes

struct __ListNodehead
 
struct __ListNodetail
 
u32 size
 
u32 elem_size
 
MEM_Allocatorallocator
 

Detailed Description

Definition at line 14 of file cl_list.c.

Member Data Documentation

◆ allocator

MEM_Allocator* __List::allocator

Definition at line 18 of file cl_list.c.

◆ elem_size

u32 __List::elem_size

Definition at line 17 of file cl_list.c.

◆ head

struct __ListNode* __List::head

Definition at line 16 of file cl_list.c.

◆ size

u32 __List::size

Definition at line 17 of file cl_list.c.

◆ tail

struct __ListNode * __List::tail

Definition at line 16 of file cl_list.c.


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