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?
I tried, %l, %ld, %ll. None seems to be correct.
I use Diab C compiler for compiling my application code to run on pSOS operating system.