Last change
on this file since cbe2c15 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
368 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | micons.c -- motorola / intel format conversion functions
|
---|
| 2 |
|
---|
| 3 | Version 1 -- 1987-04-06
|
---|
| 4 |
|
---|
| 5 |
|
---|
| 6 | short
|
---|
| 7 | micons(wi)
|
---|
| 8 | short wi;
|
---|
| 9 |
|
---|
| 10 | Convert between motorola and intel format for a short.
|
---|
| 11 |
|
---|
| 12 |
|
---|
| 13 | int
|
---|
| 14 | miconi(wi)
|
---|
| 15 | int wi;
|
---|
| 16 |
|
---|
| 17 | Convert between motorola and intel format for an int.
|
---|
| 18 |
|
---|
| 19 |
|
---|
| 20 | long
|
---|
| 21 | miconl(wi)
|
---|
| 22 | long wi;
|
---|
| 23 |
|
---|
| 24 | Convert between motorola and intel format for a long.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.