Changeset 5c13d64 in buchla-68k for ram/scfield.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
  • ram/scfield.c

    r002f873 r5c13d64  
    2424/* functions defined elsewhere */
    2525
    26 extern  char    *memset(char *sp, char c, int n);
     26extern  void    *memset(void *vp, char c, int n);
    2727
    2828extern  void    cxkstd(void);
Note: See TracChangeset for help on using the changeset viewer.