AndyHollywood
Programmer
I am trying to add a time stamp to a stream that is outputting to text file:
fprintf(pDEBUG, "DEBUGFILTER\tCalled %d times \n",++Called);
how would i go about getting a very very accurae stamp into this stream?
cheers in advance
Andy
fprintf(pDEBUG, "DEBUGFILTER\tCalled %d times \n",++Called);
how would i go about getting a very very accurae stamp into this stream?
cheers in advance
Andy