This website requires JavaScript.
Explore
Impressum
Datenschutzerklärung
Help
Sign In
Firmware
/
MNRS-BM-BSP
Watch
7
Star
0
Fork
You've already forked MNRS-BM-BSP
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9e9b644e29
MNRS-BM-BSP
/
dhrystone
/
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