This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
OWEALs
/
procd
mirror of
https://git.openwrt.org/project/procd.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
a79578a3dc
Branches
Tags
lede-17.01
main
master
openwrt-19.07
staging/stintel/sysupgrade
staging/stintel/watchdog
procd
/
service
/
setlbf.c
setlbf.c
101 B
Lịch sử
Raw
1
2
3
4
5
6
#include <stdio.h>
static void __attribute__((constructor)) setlbf(void)
{
setbuf(stdout, NULL);
}