Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1517 → Rev 1518

/uspace/trunk/libc/generic/io/stream.c
77,7 → 77,7
ipcarg_t r0,r1;
 
for (i = 0; i < count; i++)
ipc_call_async_2(console_phone, CONSOLE_PUTCHAR, ((const char *)buf)[i], 0, NULL, NULL);
send_call(console_phone, CONSOLE_PUTCHAR, ((const char *)buf)[i]);
return count;
}