Go to the documentation of this file.
38 #ifndef REXXPLATFORMDEFS_INCLUDED
39 #define REXXPLATFORMDEFS_INCLUDED
41 #if !defined(AIX) && !defined(LINUX) && !defined(__APPLE__) && !defined(OPENBSD)
48 #define __INT64_C(c) c##L
50 #define __INT64_C(c) c##LL