Last change
on this file since 1d61ba3 was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Added include files for global functions and variables.
|
-
Property mode
set to
100644
|
File size:
416 bytes
|
Rev | Line | |
---|
[6262b5c] | 1 | #pragma once
|
---|
| 2 |
|
---|
| 3 | #include "biosdefs.h"
|
---|
| 4 | #include "stdint.h"
|
---|
| 5 |
|
---|
| 6 | /*
|
---|
| 7 | =============================================================================
|
---|
| 8 | close.c -- global functions
|
---|
| 9 | =============================================================================
|
---|
| 10 | */
|
---|
| 11 |
|
---|
| 12 | extern void _clsdir(void);
|
---|
| 13 | extern void _clsfat(void);
|
---|
| 14 | extern void _fd_cls(void);
|
---|
| 15 | extern int16_t _filecl(struct fcb *fp);
|
---|
| 16 | extern int16_t close(int16_t fd);
|
---|
| 17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.