#if __STDC_VERSION__ < 199901L
typedef struct long64{
long i[2];
} long long;
#endif

...

int main(){

long long a = <64비트크기의숫자>;

...

이런식이 가능?