This website works better with JavaScript
홈
탐색
도움말
로그인
OWEALs
/
procd
의 미러
https://git.openwrt.org/project/procd.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
트리:
a79578a3dc
브랜치
태그
lede-17.01
main
master
openwrt-19.07
staging/stintel/sysupgrade
staging/stintel/watchdog
procd
/
service
/
setlbf.c
setlbf.c
101 B
히스토리
Raw
1
2
3
4
5
6
#include <stdio.h>
static void __attribute__((constructor)) setlbf(void)
{
setbuf(stdout, NULL);
}