usbloadergx/source/gitver.h

16 lines
137 B
C
Raw Normal View History

2020-07-09 03:12:46 +02:00
#ifndef GITVER_H
#define GITVER_H
#ifdef __cplusplus
extern "C"
{
#endif
const char *commitID();
#ifdef __cplusplus
}
#endif
#endif