Changeset 199145a1 in mainline for include/print.h


Ignore:
Timestamp:
2005-05-07T21:39:47Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0985add
Parents:
75e5a8a
Message:

Add stdarg.h to support variable argument list functions on architectures with compiler support for builtin_va_*.
stackarg.h is kept for those architectures which lack that kind of support and for testing purposes.

Make printing functions use the native type and support the maximum integer width.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/print.h

    r75e5a8a r199145a1  
    3737
    3838static void print_str(char *str);
    39 static void print_fixed_hex(__u32 num, int width);
    40 static  void print_number(__u32 num, int base);
     39static void print_fixed_hex(__native num, int width);
     40static  void print_number(__native num, int base);
    4141
    4242extern void putchar(char c);
Note: See TracChangeset for help on using the changeset viewer.