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

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

Use standard integer types.

  • Property mode set to 100644
File size: 441 bytes
Line 
1/*
2 =============================================================================
3 secdefs.h -- section operation functions and variables
4 Version 2 -- 1988-05-06 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8extern int16_t secopok;
9extern int32_t 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;
11
Note: See TracBrowser for help on using the repository browser.