Home
last modified time | relevance | path

Searched defs:INTMAX_C (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h550 # define INTMAX_C(x) x##LL macro
552 # define INTMAX_C(x) INT64_C(x) macro
554 # define INTMAX_C(x) x##L macro