|
Last change
on this file since 5399628 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
|
Imported original source code.
|
-
Property mode
set to
100755
|
|
File size:
474 bytes
|
| Rev | Line | |
|---|
| [3ae31e9] | 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 | short
|
|---|
| 12 | et_rel()
|
|---|
| 13 | {
|
|---|
| 14 | return(FAILURE);
|
|---|
| 15 | }
|
|---|
| 16 |
|
|---|
| 17 | short
|
|---|
| 18 | ef_rel()
|
|---|
| 19 | {
|
|---|
| 20 | return(FAILURE);
|
|---|
| 21 | }
|
|---|
| 22 |
|
|---|
| 23 | short
|
|---|
| 24 | rd_rel()
|
|---|
| 25 | {
|
|---|
| 26 | return(FAILURE);
|
|---|
| 27 | }
|
|---|
| 28 |
|
|---|
| 29 | short
|
|---|
| 30 | nd_rel()
|
|---|
| 31 | {
|
|---|
| 32 | return(FAILURE);
|
|---|
| 33 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.