source: buchla-68k/include/vsddvars.h@ df097bf

Last change on this file since df097bf was df097bf, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Code compiles, doesn't link.

  • Property mode set to 100644
File size: 540 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[16]; /* 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.