Files
oldlinux-files/study/linux-travel/MINIX-1.5/1.5/Source/commands/nroff/version.h
2024-02-19 00:25:23 -05:00

12 lines
212 B
C

#ifndef VERSION_H
#define VERSION_H
/*
* to get around no valid argv[0] with some compilers...
*/
char *myname = "nroff";
char *version = "nroff v0.99 BETA 02/25/90 wjr";
#endif /*VERSION_H*/