Changeset 94 for trunk/hal/x86_64/core/x86_printf.c
- Timestamp:
- Jun 29, 2017, 1:27:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/x86_printf.c
r90 r94 74 74 } 75 75 76 staticvoid x86_putc(char c)76 void x86_putc(char c) 77 77 { 78 78 if (c == '\n') {
Note: See TracChangeset
for help on using the changeset viewer.