source: buchla-68k/orig/lib/INCLUDE/VSDDVARS.H

Last change on this file 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
9extern struct octent v_obtab[]; /* object control table */
10
11extern struct octent *v_curob; /* working object control pointer */
12extern int v_nobj; /* working object number */
13extern int v_obpri; /* working object priority */
14
Note: See TracBrowser for help on using the repository browser.