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

    r002f873 r5c13d64  
    8686extern  void    vcputsv(int *obase, int nw, int fg, int bg, int row, int col, char *str, int pitch);
    8787
    88 extern  char    *memset(char *sp, char c, int n);
     88extern  void    *memset(void *vp, char c, int n);
    8989
    9090extern  short   adnamsw;
Note: See TracChangeset for help on using the changeset viewer.