This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
OWEALs
/
procd
mirror de
https://git.openwrt.org/project/procd.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
47a9f0d652
Ramos
Etiquetas
lede-17.01
main
master
openwrt-19.07
staging/stintel/sysupgrade
staging/stintel/watchdog
procd
/
service
/
setlbf.c
setlbf.c
101 B
Histórico
Em bruto
1
2
3
4
5
6
#include <stdio.h>
static void __attribute__((constructor)) setlbf(void)
{
setbuf(stdout, NULL);
}