Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_stdint.h185 # define INT64_C(c) c macro
187 # define INT64_C(c) c ## L macro
189 # define INT64_C(c) c ## LL macro
/PHP-7.4/win32/
H A Dphp_stdint.h236 #define INT64_C(val) val##i64 macro

Completed in 7 milliseconds