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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern  int32_t lseek(int16_t fd, int32_t pos, int16_t how);
    11 
    12 extern  int16_t close(int16_t fd);
    13 extern  int16_t open(int8_t *name, int16_t flag, int16_t mode);
     8#include "ram.h"
    149
    1510FILE *_opener(int8_t *name, int8_t *mode, int16_t aflag)
Note: See TracChangeset for help on using the changeset viewer.