This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
OWEALs
/
procd
kopia lustrzana
https://git.openwrt.org/project/procd.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
a79578a3dc
Gałęzie
Tagi
lede-17.01
main
master
openwrt-19.07
staging/stintel/sysupgrade
staging/stintel/watchdog
procd
/
service
/
setlbf.c
setlbf.c
101 B
Historia
Czysty
1
2
3
4
5
6
#include <stdio.h>
static void __attribute__((constructor)) setlbf(void)
{
setbuf(stdout, NULL);
}