Changeset 411371e in buchla-68k for rom/booter.c


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rom/booter.c

    re225e77 r411371e  
    1515#include "biosdefs.h"
    1616
    17 extern  FILE    *fopenb(int8_t *name, int8_t *mode);
    18 extern  int16_t fclose(FILE *ptr);
    19 extern  int16_t fread(int8_t *buffer, uint16_t size, int16_t number, FILE *stream);
    2017extern  int16_t flread(int8_t *buff, int32_t len, FILE *fp);
    2118extern  int32_t getl(FILE *stream);
Note: See TracChangeset for help on using the changeset viewer.