#pragma once #include "biosdefs.h" #include "stdint.h" /* ============================================================================= blkrd.c -- global functions ============================================================================= */ extern int32_t _secrd(int8_t *buf, int16_t rec); extern int16_t blkrd(struct fcb *fcp, int8_t *buf, int16_t ns);