This website works better with JavaScript
Home
Explore
Help
Sign In
OWEALs
/
procd
mirror of
https://git.openwrt.org/project/procd.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
47a9f0d652
Branches
Tags
lede-17.01
main
master
openwrt-19.07
staging/stintel/sysupgrade
staging/stintel/watchdog
procd
/
service
/
setlbf.c
setlbf.c
101 B
History
Raw
1
2
3
4
5
6
#include <stdio.h>
static void __attribute__((constructor)) setlbf(void)
{
setbuf(stdout, NULL);
}