Last change
on this file since f7c91fc was df097bf, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Code compiles, doesn't link.
|
-
Property mode
set to
100644
|
File size:
540 bytes
|
Rev | Line | |
---|
[f40a309] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | vsddvars.h -- variable definitions for the VSDD package
|
---|
| 4 | Version 1 -- 1987-04-15 -- D.N. Lynx Crowe
|
---|
| 5 | (c) Copyright 1987 -- D.N. Lynx Crowe
|
---|
| 6 | =============================================================================
|
---|
| 7 | */
|
---|
| 8 |
|
---|
[df097bf] | 9 | extern struct octent v_obtab[16]; /* object control table */
|
---|
[f40a309] | 10 |
|
---|
| 11 | extern struct octent *v_curob; /* working object control pointer */
|
---|
| 12 | extern int v_nobj; /* working object number */
|
---|
| 13 | extern int v_obpri; /* working object priority */
|
---|
| 14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.