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

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

Point of no return.

  • Property mode set to 100644
File size: 457 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 "fields.h"
9#include "stddefs.h"
10
11short et_rel(void)
12{
13 return(FAILURE);
14}
15
16short ef_rel(void)
17{
18 return(FAILURE);
19}
20
21short rd_rel(void)
22{
23 return(FAILURE);
24}
25
26short nd_rel(void)
27{
28 return(FAILURE);
29}
Note: See TracBrowser for help on using the repository browser.