Changeset 81887b7 in mainline for include/print.h
- Timestamp:
- 2005-08-30T08:59:22Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 00e00fa
- Parents:
- 1fbbcd6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/print.h
r1fbbcd6 r81887b7 38 38 39 39 static void print_str(const char *str); 40 static void print_fixed_hex(const __ nativenum, const int width);40 static void print_fixed_hex(const __u64 num, const int width); 41 41 static void print_number(const __native num, const unsigned int base); 42 42
Note:
See TracChangeset
for help on using the changeset viewer.