Ignore:
Timestamp:
2017-10-10T18:21:17Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4fb8d60
Parents:
c46bfbc
Message:

Add PRI*PTR macros and correct a few printfs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia64/include/libarch/inttypes.h

    rc46bfbc r33f86a3  
    3434#define LIBC_ia64_INTTYPES_H_
    3535
     36#define PRIdPTR  PRId64  /**< Format for intptr_t. */
     37#define PRIuPTR  PRIu64  /**< Format for uintptr_t. */
     38#define PRIxPTR  PRIx64  /**< Format for hexadecimal uintptr_t. */
     39
    3640#define PRIdn  PRId64  /**< Format for native_t. */
    3741#define PRIun  PRIu64  /**< Format for sysarg_t. */
Note: See TracChangeset for help on using the changeset viewer.