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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern  int32_t dofmt_(int16_t (*putsub)(), int8_t *format, va_list args);
     8#include "ram.h"
    119
    1210static int8_t   *buff;
    13         static int16_t spsub(int8_t c);
     11static int16_t spsub(int8_t c);
    1412
    1513/*
Note: See TracChangeset for help on using the changeset viewer.