source:
buchla-68k/ram/etrel.c@
d2b9839
| Last change on this file since d2b9839 was b28a12e, checked in by , 8 years ago | |
|---|---|
|
|
| File size: 442 bytes | |
| Rev | Line | |
|---|---|---|
| [f40a309] | 1 | /* |
| 2 | ============================================================================= | |
| 3 | etrel.c -- release field handlers | |
| 4 | Version 2 -- 1987-07-16 -- D.N. Lynx Crowe | |
| 5 | ============================================================================= | |
| 6 | */ | |
| 7 | ||
| [b28a12e] | 8 | #include "ram.h" |
| [f40a309] | 9 | |
| [7258c6a] | 10 | int16_t et_rel(void) |
| [f40a309] | 11 | { |
| 12 | return(FAILURE); | |
| 13 | } | |
| 14 | ||
| [7258c6a] | 15 | int16_t ef_rel(void) |
| [f40a309] | 16 | { |
| 17 | return(FAILURE); | |
| 18 | } | |
| 19 | ||
| [7258c6a] | 20 | int16_t rd_rel(void) |
| [f40a309] | 21 | { |
| 22 | return(FAILURE); | |
| 23 | } | |
| 24 | ||
| [7258c6a] | 25 | int16_t nd_rel(void) |
| [f40a309] | 26 | { |
| 27 | return(FAILURE); | |
| 28 | } | |
| [6262b5c] | 29 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)