repo.or.cz
/
hband-ld-preload-libs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Create recyclix-flow.svg
[hband-ld-preload-libs.git]
/
src
/
lnbuf.c
blob
006e4b6376e33fdf167814050718f8380752f8eb
1
2
__attribute__
((
constructor
))
void
f
()
3
{
4
setvbuf
(
stdout
,
NULL
,
_IOLBF
,
0
);
5
}