Changeset b28a12e in buchla-68k for libcio/putc.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
  • libcio/putc.c

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern  int16_t write(int16_t fd, int8_t *buff, uint16_t len);
    11 extern  void    getbuff(FILE *ptr);
    12 extern  int16_t close(int16_t fd);
    13 
    14 extern int16_t (*_clsall)();
     8#include "ram.h"
    159
    1610static int16_t (*cls_rtn)();
Note: See TracChangeset for help on using the changeset viewer.