Changeset 0580615 in buchla-68k for iolib/mdump.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iolib/mdump.c

    r46d8069 r0580615  
    3939*/
    4040
    41 static
    42 pipc(chars, length)
    43 char chars[];
    44 int length;
     41static void pipc(char chars[], int length)
    4542{
    4643        int     i;
     
    6360*/
    6461
    65 mdump(begin, end, start)
    66 char *begin, *end;
    67 long start;
     62void mdump(char *begin, char *end, long start)
    6863{
    6964        long    i, ii;
Note: See TracChangeset for help on using the changeset viewer.