Files
privacore-open-source-searc…/Version.h

12 lines
197 B
C

#ifndef GB_VERSION_H
#define GB_VERSION_H
int32_t getVersionSize () ;
char *getVersion ( ) ;
const char* getBuildConfig();
const char* getCommitId();
void printVersion();
#endif // GB_VERSION_H