Changeset 51022e9b in mainline for include/print.h
- Timestamp:
- 2005-09-03T12:56:14Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 544b4bf
- Parents:
- ffcccf26
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/print.h
rffcccf26 r51022e9b 37 37 #define INT64 8 38 38 39 static void print_double(double num, __u16 precision) ;39 static void print_double(double num, __u8 modifier, __u16 precision) ; 40 40 static void print_str(const char *str); 41 41 static void print_fixed_hex(const __u64 num, const int width);
Note:
See TracChangeset
for help on using the changeset viewer.