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
Blame
History
#
include
<memory.h>
struct
linkedlist
{
u32
node
;
linkedlist
*
next
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink