QP/C  8.0.0
Real-Time Embedded Framework
Loading...
Searching...
No Matches
qstamp.c File Reference

QS time stamp. More...

#include "qstamp.h"

Go to the source code of this file.

Variables

char const Q_BUILD_DATE [12] = __DATE__
 
char const Q_BUILD_TIME [9] = __TIME__
 

Detailed Description

QS time stamp.

Details
This file shall be recompiled in every software build to time-stamp it in order to distinguish that build from any other.

Definition in file qstamp.c.

Variable Documentation

◆ Q_BUILD_DATE

char const Q_BUILD_DATE[12] = __DATE__

Definition at line 37 of file qstamp.c.

◆ Q_BUILD_TIME

char const Q_BUILD_TIME[9] = __TIME__

Definition at line 38 of file qstamp.c.