Changeset b28a12e in buchla-68k for iolib/printf.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/printf.c

    r39a696b rb28a12e  
    1313*/
    1414
    15 #include "all.h"
     15#include "ram.h"
    1616
    17 extern  int32_t dofmt_(int16_t (*putsub)(), int8_t *format, va_list args);
    18 
    19         static int16_t fpsub(int16_t c);
     17static int16_t fpsub(int16_t c);
    2018
    2119/*
Note: See TracChangeset for help on using the changeset viewer.