Changeset e83a9f7 in mainline for include/print.h


Ignore:
Timestamp:
2005-09-01T15:02:43Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de25b6f
Parents:
623ba26c
Message:

Created fmath as basic tool for IEEE 754 floating point numbers.
Added option $F for printf for printing "double" type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/print.h

    r623ba26c re83a9f7  
    3737#define INT64   8
    3838
     39static void print_double(double num,__u16 precision) ;
    3940static void print_str(const char *str);
    4041static void print_fixed_hex(const __u64 num, const int width);
Note: See TracChangeset for help on using the changeset viewer.