This website requires JavaScript.
Explore
Help
Sign In
omr
/
omos-tcnj2024
Watch
1
Star
0
Fork
You've already forked omos-tcnj2024
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d9553eebe3
omos-tcnj2024
/
sys
/
memory.c
7 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
aand... i broke it again
2024-02-18 00:18:23 +01:00
#
include
<memory.h>
linked list
2024-02-17 23:43:23 +01:00
struct
linkedlist
{
u32
node
;
linkedlist
*
next
;
aand... i broke it again
2024-02-18 00:18:23 +01:00
}
;