More formatting changes, new tags file.

This commit is contained in:
William Ferrell
2000-04-03 22:13:57 +00:00
parent 0d703c5864
commit 6a115b4446
64 changed files with 8950 additions and 8950 deletions
+3 -3
View File
@@ -22,12 +22,12 @@ void exit_program (int val);
//#define TIME_UNIT (125000/2)
typedef struct screen_size {
char *size;
int wid, hgt;
char *size;
int wid, hgt;
} screen_size;
typedef struct parameter {
char *sh, *lg; // short and long versions
char *sh, *lg; // short and long versions
} parameter;
#endif