Contents Menu Expand Light mode Dark mode Auto light/dark mode
The LLVM C Library
The LLVM C Library

Using LLVM-libc

  • Getting Started
  • Overlay Mode
  • Full Host Build
  • Full Cross Build
  • Configure Options
  • Hand-in-Hand

Platforms

  • libc for GPUs
    • Building libs for GPUs
    • Using libc for GPUs
    • Supported Functions
    • Remote Procedure Calls
    • Testing the GPU C library
    • Motivation and Limitations
  • libc for UEFI
    • Building libc for UEFI
    • Using libc for UEFI
    • Supported Functions
    • Testing the UEFI C library

Implementation Status

  • Implementation Status
    • aio.h
    • arpa/inet.h
    • assert.h
    • complex.h
    • cpio.h
    • ctype.h
    • dirent.h
    • endian.h
    • errno.h
    • fenv.h
    • float.h
    • glob.h
    • inttypes.h
    • locale.h
    • math.h
      • Log/Log10/Log2 Algorithm
    • net/if.h
    • netinet/in.h
    • search.h
    • setjmp.h
    • signal.h
    • stdbit.h
    • stdfix.h
    • stdio.h
    • stdlib.h
    • string.h
    • strings.h
    • sys/mman.h
    • sys/resource.h
    • sys/stat.h
    • sys/statvfs.h
    • sys/time.h
    • sys/utsname.h
    • sys/wait.h
    • termios.h
    • threads.h
    • time.h
    • uchar.h
    • unistd.h
    • wchar.h
    • wctype.h
  • Architecture Support
  • Platform Support
  • Compiler Support

Development

  • Contributing to the libc Project
  • Building and Testing the libc
  • Developer Guides
    • Building the Documentation
    • The libc code style
    • LLVM-libc Source Tree Layout
    • Entrypoints in LLVM libc
    • The libc CMake build system
    • Adding new libc configure options
    • LLVM libc clang-tidy checks
    • Fuzzing for LLVM-libc functions
    • Types of fuzz tests
    • Generating Public and Internal headers
    • Convention for implementing entrypoints
    • Defining Undefined Behavior
    • Printf Behavior Under All Conditions
  • Bringup on a New OS or Architecture
  • LLVM-libc Maintainers

Links

  • Talks
  • Source Code
  • Bug Reports
  • Discourse
  • Join the Discord
  • Discord Channel
  • Buildbot
Back to top
Edit this page

inttypes.h#

Functions#

Function

Implemented

C23 Standard Section

POSIX Docs

imaxabs

✅

7.8.2.1

POSIX.1-2024

imaxdiv

✅

7.8.2.2

POSIX.1-2024

strtoimax

✅

7.8.2.3

POSIX.1-2024

strtoumax

✅

7.8.2.3

POSIX.1-2024

wcstoimax

7.8.2.4

POSIX.1-2024

wcstoumax

7.8.2.4

POSIX.1-2024

Next
locale.h
Previous
glob.h
Copyright © 2011-2026, LLVM Project
Made with Sphinx and @pradyunsg's Furo
On this page
  • inttypes.h
    • Functions