Files
ss/include/toBeSorted/revision_info.h
T
2025-08-20 20:55:56 +02:00

9 lines
163 B
C

#ifndef TOBESORTED_REVISION_INFO_H
#define TOBESORTED_REVISION_INFO_H
const char *getUrlInfo();
const char *getRevisionInfo();
const char *getCopydate();
#endif