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

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

No more warnings in libcio.

  • Property mode set to 100644
File size: 656 bytes
Line 
1/*
2 =============================================================================
3 read.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "biosdefs.h"
10#include "fspars.h"
11#include "stdint.h"
12
13/*
14 =============================================================================
15 external functions
16 =============================================================================
17*/
18
19extern int16_t _filerd(io_arg arg, void *buffer, int16_t len);
20extern int16_t _getsec(struct fcb *fp, void *buf, int16_t len);
21extern int16_t read(int16_t fd, void *buff, int16_t len);
Note: See TracBrowser for help on using the repository browser.