4 lines
58 B
C
4 lines
58 B
C
struct linkedlist {
|
|
u32 node;
|
|
linkedlist *next;
|
|
}; |
struct linkedlist {
|
|
u32 node;
|
|
linkedlist *next;
|
|
}; |