/* ============================================================================= read.c -- external declarations ============================================================================= */ #pragma once #include "biosdefs.h" #include "stdint.h" /* ============================================================================= external functions ============================================================================= */ extern int16_t _filerd(struct fcb *fp, int8_t *buffer, uint16_t len); extern int16_t _getsec(struct fcb *fp, int8_t *buf, uint16_t len); extern int16_t read(int16_t fd, int8_t *buff, uint16_t len);