linked list
This commit is contained in:
parent
e83e85cf22
commit
c8ab919c11
4
sys/linkedlist.c
Normal file
4
sys/linkedlist.c
Normal file
@ -0,0 +1,4 @@
|
||||
struct linkedlist {
|
||||
u32 node;
|
||||
linkedlist *next;
|
||||
};
|
Loading…
Reference in New Issue
Block a user