Changeset 5c13d64 in buchla-68k for libcio/conin.c


Ignore:
Timestamp:
07/09/2017 01:36:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
0292fbb
Parents:
002f873
Message:

Use void pointers for mem*() functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/conin.c

    r002f873 r5c13d64  
    1414#include "stddefs.h"
    1515
    16 extern  char    *memcpy(char *s1, char *s2, int n);
     16extern  void    *memcpy(void *vp1, void *vp2, int n);
    1717extern  int     readbuf(int dev, char *buf);
    1818extern  void    writeln(int unit, char *buf);
Note: See TracChangeset for help on using the changeset viewer.