This website requires JavaScript.
Explore
Minetest
Help
Sign In
Feodor2
/
Mypal
Watch
1
Star
0
Fork
You've already forked Mypal
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7474601f4c
Mypal
/
xpcom
/
tests
/
TestBlockingProcess.cpp
9 lines
97 B
C++
Raw
Blame
History
#
include
<stdio.h>
int
main
(
)
{
char
tmp
;
fread
(
&
tmp
,
sizeof
(
tmp
)
,
1
,
stdin
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink