source: buchla-68k/libcio/blkrd.x

Last change on this file was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Wording change.

  • Property mode set to 100644
File size: 564 bytes
Line 
1/*
2 =============================================================================
3 blkrd.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "biosdefs.h"
10#include "stdint.h"
11
12/*
13 =============================================================================
14 external functions
15 =============================================================================
16*/
17
18extern int32_t _secrd(int8_t *buf, int16_t rec);
19extern int16_t blkrd(struct fcb *fcp, int8_t *buf, int16_t ns);
Note: See TracBrowser for help on using the repository browser.