Last change
on this file since cc2c9e0 was 8973acd, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
No more warnings in libcio.
|
-
Property mode
set to
100644
|
File size:
625 bytes
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | close.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 |
|
---|
| 19 | extern void _clsdir(void);
|
---|
| 20 | extern void _clsfat(void);
|
---|
| 21 | extern void _fd_cls(void);
|
---|
[8973acd] | 22 | extern int16_t _filecl(io_arg arg);
|
---|
[6262b5c] | 23 | extern int16_t close(int16_t fd);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.