uint64.h (78B)
1 #ifndef UINT64_H 2 #define UINT64_H 3 4 typedef unsigned long long uint64; 5 6 #endif