Changeset 171f9a1 in mainline for uspace/lib/libc/generic/console.c
- Timestamp:
- 2009-04-03T20:39:33Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb01e1e
- Parents:
- 7a2c479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/console.c
r7a2c479 r171f9a1 62 62 static void cbuffer_flush(void); 63 63 static void cbuffer_drain(void); 64 static void cbuffer_putc(int c);64 static inline void cbuffer_putc(int c); 65 65 66 66
Note:
See TracChangeset
for help on using the changeset viewer.