XenevaOS
Loading...
Searching...
No Matches
Macros
inttypes.h File Reference
#include <stdint.h>
#include <stddef.h>
Include dependency graph for inttypes.h:

Go to the source code of this file.

Macros

#define PRIi8   "i"
 
#define PRIi16   "i"
 
#define PRIi32   "i"
 
#define PRIi64   "li"
 
#define PRIx8   "x"
 
#define PRIx16   "x"
 
#define PRIx32   "x"
 
#define PRIx64   "lx"
 
#define PRIu8   "u"
 
#define PRIu16   "u"
 
#define PRIu32   "u"
 
#define PRIu64   "lu"
 
#define PRId8   "d"
 
#define PRId16   "d"
 
#define PRId32   "d"
 
#define PRId64   "ld"
 

Detailed Description

BSD 2-Clause License

Copyright (c) 2021-2026, Manas Kamal Choudhury All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Macro Definition Documentation

◆ PRId16

#define PRId16   "d"

◆ PRId32

#define PRId32   "d"

◆ PRId64

#define PRId64   "ld"

◆ PRId8

#define PRId8   "d"

◆ PRIi16

#define PRIi16   "i"

◆ PRIi32

#define PRIi32   "i"

◆ PRIi64

#define PRIi64   "li"

◆ PRIi8

#define PRIi8   "i"

◆ PRIu16

#define PRIu16   "u"

◆ PRIu32

#define PRIu32   "u"

◆ PRIu64

#define PRIu64   "lu"

◆ PRIu8

#define PRIu8   "u"

◆ PRIx16

#define PRIx16   "x"

◆ PRIx32

#define PRIx32   "x"

◆ PRIx64

#define PRIx64   "lx"

◆ PRIx8

#define PRIx8   "x"