Last change
on this file since eee74cd was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
552 bytes
|
Line | |
---|
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 |
|
---|
9 | extern struct octent v_obtab[]; /* object control table */
|
---|
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.