index
:
Melon.git
master
Hobby OS experiment
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
UnixUserland
/
getpid.c
blob: c5e6884c8d120117e02d6222dba9dbb5be228c84 (
plain
) (
blame
)
1
2
3
int
getpid
()
{
return
1
;
}