20#ifndef SRECORD_COMMON_VERSN_STAMP_H
21#define SRECORD_COMMON_VERSN_STAMP_H
const char * copyright_years(void)
The copyright_years function is used to obtain the range of copyright years for the copyright notice.
const char * git_sha1(void)
The git_sha1 function is used to obtain the git hash as a string.
const char * version_stamp(void)
The version_stamp function is used to obtain the version number, as a string.
void print_version(void)
The print_version function is used to print the program version, and brief copyright notice,...