This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
make-it-quick
mirror of
https://gitee.com/openkylin/make-it-quick.git
Watch
9
Star
0
Fork
You've already forked make-it-quick
0
Code
Issues
Projects
Releases
Wiki
Activity
ff92a7386f
make-it-quick
/
config
/
check_setlinebuf.c
8 lines
76 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
)
{
FILE
*
f
=
stdout
;
setlinebuf
(
f
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink