1 2 3 4 5 6 7 8
#ifndef TOBESORTED_REVISION_INFO_H #define TOBESORTED_REVISION_INFO_H const char *getUrlInfo(); const char *getRevisionInfo(); const char *getCopydate(); #endif