Changeset d18a473 in buchla-68k for lib700/micons.x


Ignore:
Timestamp:
07/15/2017 11:46:04 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
7d0d347
Parents:
e102943
Message:

No more warnings in lib700.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib700/micons.x

    re102943 rd18a473  
    1515*/
    1616
    17 extern  int16_t         miconi(int16_t wi);
    18 extern  int32_t         miconl(int32_t wi);
    19 extern  int16_t         micons(int16_t wi);
     17extern  uint16_t        micon16(uint16_t wi);
     18extern  uint32_t        micon32(uint32_t wi);
Note: See TracChangeset for help on using the changeset viewer.