source: buchla-68k/ram/etrel.c@ 6262b5c

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

Added include files for global functions and variables.

  • Property mode set to 100644
File size: 442 bytes
Line 
1/*
2 =============================================================================
3 etrel.c -- release field handlers
4 Version 2 -- 1987-07-16 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8#include "all.h"
9
10int16_t et_rel(void)
11{
12 return(FAILURE);
13}
14
15int16_t ef_rel(void)
16{
17 return(FAILURE);
18}
19
20int16_t rd_rel(void)
21{
22 return(FAILURE);
23}
24
25int16_t nd_rel(void)
26{
27 return(FAILURE);
28}
29
Note: See TracBrowser for help on using the repository browser.