This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
OWEALs
/
procd
espejo de
https://git.openwrt.org/project/procd.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
a79578a3dc
Ramas
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
Raw
1
2
3
4
5
6
#include <stdio.h>
static void __attribute__((constructor)) setlbf(void)
{
setbuf(stdout, NULL);
}