I declare a variable for a 64 bit counter as :
long long call_count;
What is the format specifier that I should use in print statements?
Microsoft and Watcom use %I64d (capital eye), others use %lld (lowercase ell ell).
%I64d
%lld