Synopsis
#include <cross_studio_io.h> unsigned long debug_time(unsigned long *ptr);
Description
debug_time returns the number of seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated universal time (UTC), according to the system clock of the host computer.
The return value is stored in *ptr if ptr is not NULL.
Portability
debug_time is an extension provided by CrossWorks C.