source: buchla-68k/include/secdefs.h@ c65a0e2

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

Added RAM files.

  • Property mode set to 100644
File size: 445 bytes
RevLine 
[c65a0e2]1/*
2 =============================================================================
3 secdefs.h -- section operation functions and variables
4 Version 2 -- 1988-05-06 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8extern short secopok;
9extern long t_sbgn, t_send, t_sect, t_sec1, t_sec2, t_cbgn, t_cend;
10extern struct s_entry *p_sbgn, *p_send, *p_sec1, *p_sec2, *p_cbgn, *p_cend;
Note: See TracBrowser for help on using the repository browser.