source: buchla-68k/ram/etrel.c@ 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: 465 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
11int16_t et_rel(void)
12{
13 return(FAILURE);
14}
15
16int16_t ef_rel(void)
17{
18 return(FAILURE);
19}
20
21int16_t rd_rel(void)
22{
23 return(FAILURE);
24}
25
26int16_t nd_rel(void)
27{
28 return(FAILURE);
29}
Note: See TracBrowser for help on using the repository browser.