Changeset 33b5477 in buchla-68k for libcio/conin.x


Ignore:
Timestamp:
07/14/2017 12:36:45 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
298f0b4
Parents:
928d5d9
Message:

Fixed argument order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/conin.x

    r928d5d9 r33b5477  
    77#pragma once
    88
     9#include "fspars.h"
    910#include "stdint.h"
    1011
     
    2425*/
    2526
    26 extern  int16_t         _conin(int8_t *buff, int16_t len);
     27extern  int16_t         _conin(io_arg arg, int8_t *buff, int16_t len);
Note: See TracChangeset for help on using the changeset viewer.