Changeset 81887b7 in mainline for include/print.h


Ignore:
Timestamp:
2005-08-30T08:59:22Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00e00fa
Parents:
1fbbcd6
Message:

Bugs in printf and va_arg functions repaired.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/print.h

    r1fbbcd6 r81887b7  
    3838
    3939static void print_str(const char *str);
    40 static void print_fixed_hex(const __native num, const int width);
     40static void print_fixed_hex(const __u64 num, const int width);
    4141static void print_number(const __native num, const unsigned int base);
    4242
Note: See TracChangeset for help on using the changeset viewer.