Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2669 → Rev 2670

/trunk/uspace/lib/libc/generic/libc.c
68,9 → 68,8
 
void __io_init(void)
{
open("stdin", 0);
open("stdout", 0);
open("stderr", 0);
open_stdin();
open_stdout();
}
 
void __exit(void)