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?
Maybe %lld? I think this is the format for gcc, don't know anything about Diab C compiler.