Changeset f4fbee9 in buchla-68k for misc/proto.c


Ignore:
Timestamp:
07/08/2017 01:53:14 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
46d8069
Parents:
abd4109
Message:

iolib compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/proto.c

    rabd4109 rf4fbee9  
    242242}
    243243
    244 void uldiv(void)
    245 {
    246 }
    247 
    248 void uldivr(void)
    249 {
     244long uldiv(long divid, long divis)
     245{
     246    return 0;
    250247}
    251248
Note: See TracChangeset for help on using the changeset viewer.