rb_w32_write_console 734 include/ruby/win32.h long rb_w32_write_console(uintptr_t, int); /* use uintptr_t instead of VALUE because it's not defined yet here */ rb_w32_write_console 1427 io.c long len = rb_w32_write_console(str, fptr->fd); rb_w32_write_console 7298 io.c if (rb_w32_write_console(mesg, fileno(stderr)) > 0) return;