Changeset da79d0fd in mainline for include/print.h


Ignore:
Timestamp:
2005-05-13T20:51:40Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
244f284
Parents:
f2ffad4
Message:

Add %P and %p formatters to printf for printing pointers in maximum bit width.
Add %Q and %q formatters to printf for printing 64-bit integers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/print.h

    rf2ffad4 rda79d0fd  
    3535#define INT16   2
    3636#define INT32   4
     37#define INT64   8
    3738
    3839static void print_str(const char *str);
Note: See TracChangeset for help on using the changeset viewer.