Last change
on this file since 522c363 was b28a12e, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Zero redundant declarations.
|
-
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 "ram.h"
|
---|
9 |
|
---|
10 | int16_t et_rel(void)
|
---|
11 | {
|
---|
12 | return(FAILURE);
|
---|
13 | }
|
---|
14 |
|
---|
15 | int16_t ef_rel(void)
|
---|
16 | {
|
---|
17 | return(FAILURE);
|
---|
18 | }
|
---|
19 |
|
---|
20 | int16_t rd_rel(void)
|
---|
21 | {
|
---|
22 | return(FAILURE);
|
---|
23 | }
|
---|
24 |
|
---|
25 | int16_t nd_rel(void)
|
---|
26 | {
|
---|
27 | return(FAILURE);
|
---|
28 | }
|
---|
29 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.