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

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

Unix line breaks.

  • Property mode set to 100644
File size: 441 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
12et_rel()
13{
14 return(FAILURE);
15}
16
17short
18ef_rel()
19{
20 return(FAILURE);
21}
22
23short
24rd_rel()
25{
26 return(FAILURE);
27}
28
29short
30nd_rel()
31{
32 return(FAILURE);
33}
Note: See TracBrowser for help on using the repository browser.