Home
last modified time | relevance | path

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

/PHP-5.6/main/
H A Dphp_stdint.h162 # define INT64_C(c) c macro
164 # define INT64_C(c) c ## L macro
166 # define INT64_C(c) c ## LL macro
/PHP-5.6/win32/
H A Dphp_stdint.h238 #define INT64_C(val) val##i64 macro

Completed in 10 milliseconds