Revision 6650b710 os-win32.c

b/os-win32.c
221 221
    return NULL;
222 222
}
223 223

  
224
void os_set_line_buffering(void)
225
{
226
    setbuf(stdout, NULL);
227
    setbuf(stderr, NULL);
228
}
229

  
224 230
/*
225 231
 * Parse OS specific command line options.
226 232
 * return 0 if option handled, -1 otherwise

Also available in: Unified diff