Changeset 199145a1 in mainline for include/print.h
- Timestamp:
- 2005-05-07T21:39:47Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0985add
- Parents:
- 75e5a8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/print.h
r75e5a8a r199145a1 37 37 38 38 static void print_str(char *str); 39 static void print_fixed_hex(__ u32num, int width);40 static void print_number(__ u32num, int base);39 static void print_fixed_hex(__native num, int width); 40 static void print_number(__native num, int base); 41 41 42 42 extern void putchar(char c);
Note:
See TracChangeset
for help on using the changeset viewer.