Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2945 → Rev 2946

/branches/tracing/uspace/app/debug/cons.c
74,7 → 74,6
void cons_read_line(char *buffer, int n)
{
char c;
int i;
 
line_buffer = buffer;
line_chars = 0;