Hi

Getting a compile error when I try to use tdm(0) in run();

Tried a number of the other time/date functions and they all work as advertised. But if I call tdm() on its own or in a comparison or assignment, with or without the optional offset, I get the same compile error:

Code:
@tdm_00886(): syntax error
< printf("\nTDM: %i", tdm(0));
 >.



Is this a bug or am I having a brainfart? I've had a look at functions.h and the prototype is present and correct.