Changeset d2cc7e1 in mainline for uspace/lib/libc/include/console.h


Ignore:
Timestamp:
2009-03-21T11:26:31Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a5116db
Parents:
5b8c75a
Message:

Buffer console output with line granularity. Makes esp. msim/ski console faster. EGA-fb needs fixing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/console.h

    r5b8c75a rd2cc7e1  
    4949extern void console_goto(int, int);
    5050extern void console_putchar(int);
     51extern ssize_t console_write(const char *buf, size_t nbyte);
     52extern void console_putstr(const char *s);
    5153extern void console_flush(void);
    5254
Note: See TracChangeset for help on using the changeset viewer.