usbloadergx/source/gitver.h

16 lines
137 B
C
Raw Normal View History

2020-07-08 21:12:46 -04:00
#ifndef GITVER_H
#define GITVER_H
#ifdef __cplusplus
extern "C"
{
#endif
const char *commitID();
#ifdef __cplusplus
}
#endif
#endif