QP/C  7.3.4
Real-Time Embedded Framework
Loading...
Searching...
No Matches
qstamp.c File Reference
#include "qstamp.h"

Go to the source code of this file.

Variables

char const Q_BUILD_DATE [12] = __DATE__
 the calendar date of the last translation of the form: "Mmm dd yyyy"
 
char const Q_BUILD_TIME [9] = __TIME__
 the time of the last translation of the form: "hh:mm:ss"
 

Variable Documentation

◆ Q_BUILD_DATE

char const Q_BUILD_DATE[12] = __DATE__

the calendar date of the last translation of the form: "Mmm dd yyyy"

Definition at line 46 of file qstamp.c.

◆ Q_BUILD_TIME

char const Q_BUILD_TIME[9] = __TIME__

the time of the last translation of the form: "hh:mm:ss"

Definition at line 49 of file qstamp.c.