This website requires JavaScript.
Explore
Impressum
Datenschutzerklärung
Help
Sign In
Firmware
/
Firmwares
Watch
8
Star
0
Fork
You've already forked Firmwares
1
Code
Issues
Pull Requests
Releases
Wiki
Activity
a4bfa4e679
Firmwares
/
hello-world
/
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