This website requires JavaScript.
Explore
Impressum
Datenschutzerklärung
Help
Sign In
stas
/
Firmwares
forked from
Firmware/Firmwares
Watch
1
Star
0
Fork
You've already forked Firmwares
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
314ceeb072
Firmwares
/
hifive1-vp
/
hello
/
bsp
/
libwrap
/
sys
/
getpid.c
7 lines
79 B
C
Raw
Blame
History
/* See LICENSE of license details. */
int
__wrap_getpid
(
void
)
{
return
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink