DEBSOURCES
Skip Quicknav
sources / r-cran-pcapp / 1.9-73-2 / src / defint64.h
12345678910
//typedef int int64_t ; #ifdef _MSC_VER typedef __int64 int64_t ; #else #include <stdint.h> //typedef long long int int64_t ; #endif