Last change
on this file since d6f9ed1 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Wording change.
|
-
Property mode
set to
100644
|
File size:
803 bytes
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | clusmap.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "biosdefs.h"
|
---|
| 10 | #include "stdint.h"
|
---|
[6aa430b] | 11 | #include "stdio.h"
|
---|
[6262b5c] | 12 |
|
---|
| 13 | /*
|
---|
| 14 | =============================================================================
|
---|
[526a993] | 15 | external functions
|
---|
[6262b5c] | 16 | =============================================================================
|
---|
| 17 | */
|
---|
| 18 |
|
---|
| 19 | extern int16_t ClusMap(struct fcb *fcp);
|
---|
| 20 | extern struct fcb *FCBmode(struct fcb *fcp);
|
---|
| 21 | extern FILE *FILEfl(FILE *fp);
|
---|
| 22 | extern void FILEpr(FILE *fp);
|
---|
| 23 | extern void MapFAT(int8_t *fat, int16_t ncl, int16_t stops);
|
---|
| 24 | extern struct fcb *SnapFCB(struct fcb *fcp);
|
---|
| 25 | extern struct fcb *fd2fcb(int16_t fd);
|
---|
| 26 | extern struct fcb *fp2fcb(FILE *fp);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.