Changeset 51022e9b in mainline for include/print.h


Ignore:
Timestamp:
2005-09-03T12:56:14Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
544b4bf
Parents:
ffcccf26
Message:

E option in printf added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/print.h

    rffcccf26 r51022e9b  
    3737#define INT64   8
    3838
    39 static void print_double(double num,__u16 precision) ;
     39static void print_double(double num, __u8 modifier, __u16 precision) ;
    4040static void print_str(const char *str);
    4141static void print_fixed_hex(const __u64 num, const int width);
Note: See TracChangeset for help on using the changeset viewer.