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