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
107829e741
omos-tcnj2024
/
sys
/
include
/
process.h
11 lines
104 B
C
Raw
Blame
History
#
ifndef PROCESS_H
#
define PROCESS_H
struct
process
{
void
*
prstart
;
s32
prsize
;
s32
pid
;
}
#
endif
Reference in New Issue
View Git Blame
Copy Permalink