Changeset 411371e in buchla-68k for libcio


Ignore:
Timestamp:
07/09/2017 10:46:29 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c3aee8a
Parents:
e225e77
Message:

Removed redundant declarations.

Location:
libcio
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • libcio/getl.c

    re225e77 r411371e  
    77
    88#include "stdio.h"
    9 
    10 extern  int16_t getc(FILE *ptr);
    119
    1210/*
  • libcio/getw.c

    re225e77 r411371e  
    77
    88#include "stdio.h"
    9 
    10 extern  int16_t getc(FILE *ptr);
    119
    1210/*
  • libcio/putc.c

    re225e77 r411371e  
    1818
    1919int16_t _ClFlag;
    20 
    21 int16_t fclose(FILE *ptr);
    2220
    2321/*
  • libcio/write.c

    re225e77 r411371e  
    2828extern  int32_t miconl(int32_t wi);
    2929
    30 extern  void    *memset(void *vp, int8_t c, int16_t n);
    31 
    3230extern  int16_t _seek(struct fcb *fcp);
    3331extern  uint16_t _cl2lsn(struct bpb *bpp, uint16_t clnum);
Note: See TracChangeset for help on using the changeset viewer.