add directory study
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#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*/
|
||||
Reference in New Issue
Block a user