1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-09 13:30:43 +00:00
uemacs/version.h

14 lines
235 B
C

#ifndef VERSION_H_
#define VERSION_H_
#define PROGRAM_NAME pname_s
#define PROGRAM_NAME_LONG pnamel_s
#define VERSION version_s
extern const char *pname_s ;
extern char *pnamel_s ;
extern char *version_s ;
#endif /* VERSION_H_ */