Changeset e225e77 in buchla-68k for libcio/write.c


Ignore:
Timestamp:
07/09/2017 10:24:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
411371e
Parents:
d2d593b
Message:

Added missing includes and declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/write.c

    rd2d593b re225e77  
    1212#include "errno.h"
    1313#include "stddefs.h"
     14
     15#include "memory.h"
    1416
    1517int16_t _filewr(struct fcb *fp, int8_t *buffer, uint16_t len);
     
    2830extern  void    *memset(void *vp, int8_t c, int16_t n);
    2931
     32extern  int16_t _seek(struct fcb *fcp);
     33extern  uint16_t _cl2lsn(struct bpb *bpp, uint16_t clnum);
     34
    3035extern  int16_t _fatmod;
    3136
Note: See TracChangeset for help on using the changeset viewer.