Changeset b28a12e in buchla-68k for iolib/dofmt.c


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iolib/dofmt.c

    r39a696b rb28a12e  
    2222#define CRUFTY  1
    2323
    24 #include "all.h"
     24#include "ram.h"
    2525
    2626#define MAXDIGS 11
     
    3434#define max(a,b)        ((a)>(b)?(a):(b))
    3535#define min(a,b)        ((a)<(b)?(a):(b))
    36 
    37 #if     CRUFTY
    38 extern  int32_t uldiv(int32_t divid, int32_t divis);
    39 extern  int32_t uldivr;
    40 #endif
    4136
    4237int32_t dofmt_(int16_t (*putsub)(), int8_t *format, va_list args)
Note: See TracChangeset for help on using the changeset viewer.