1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-09 05:20:42 +00:00
uemacs/version.h
Renaud Fivet c961759288 rework version and help printing
em --help now returns EXIT_SUCCESS
2014-12-22 14:05:53 +08:00

14 lines
229 B
C

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