gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fs_open from t2ex/t2ex_source/t2ex/fs/fs/src/fs_main.c (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fs/src/fs_main.c - 4.3KB - 132 lines
76:         /* Open stdio */
77:         stdinfd  = fs_open("/console/stdin",  O_RDONLY);
78:         stdoutfd = fs_open("/console/stdout", O_WRONLY);
79:         stderrfd = fs_open("/console/stderr", O_WRONLY);
80: