Last change
on this file since ca867c1 was 8973acd, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
No more warnings in libcio.
|
-
Property mode
set to
100644
|
File size:
658 bytes
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | write.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "biosdefs.h"
|
---|
[8973acd] | 10 | #include "fspars.h"
|
---|
[6262b5c] | 11 | #include "stdint.h"
|
---|
| 12 |
|
---|
| 13 | /*
|
---|
| 14 | =============================================================================
|
---|
[526a993] | 15 | external functions
|
---|
[6262b5c] | 16 | =============================================================================
|
---|
| 17 | */
|
---|
| 18 |
|
---|
[8973acd] | 19 | extern int16_t _filewr(io_arg arg, void *buffer, int16_t len);
|
---|
| 20 | extern int16_t _putsec(struct fcb *fp, void *buf, int16_t len);
|
---|
| 21 | extern int16_t write(int16_t fd, void *buff, int16_t len);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.