Last change
on this file since 5fa506d was 7258c6a, checked in by Thomas Lopatic <thomas@…>, 8 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 |
|
---|
11 | int16_t et_rel(void)
|
---|
12 | {
|
---|
13 | return(FAILURE);
|
---|
14 | }
|
---|
15 |
|
---|
16 | int16_t ef_rel(void)
|
---|
17 | {
|
---|
18 | return(FAILURE);
|
---|
19 | }
|
---|
20 |
|
---|
21 | int16_t rd_rel(void)
|
---|
22 | {
|
---|
23 | return(FAILURE);
|
---|
24 | }
|
---|
25 |
|
---|
26 | int16_t nd_rel(void)
|
---|
27 | {
|
---|
28 | return(FAILURE);
|
---|
29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.