usbloadergx/source/gitver.h
2020-07-09 02:12:15 +01:00

16 lines
137 B
C

#ifndef GITVER_H
#define GITVER_H
#ifdef __cplusplus
extern "C"
{
#endif
const char *commitID();
#ifdef __cplusplus
}
#endif
#endif