1 #include <stdio.h> 2 3 static void __attribute__((constructor)) setlbf(void) 4 { 5 setbuf(stdout, NULL); 6 } 7
This page was automatically generated by LXR 0.3.1. • OpenWrt