Last change
on this file since 6262b5c 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:
591 bytes
|
Line | |
---|
1 | #pragma once
|
---|
2 |
|
---|
3 | #include "biosdefs.h"
|
---|
4 | #include "stdint.h"
|
---|
5 |
|
---|
6 | /*
|
---|
7 | =============================================================================
|
---|
8 | clusmap.c -- global functions
|
---|
9 | =============================================================================
|
---|
10 | */
|
---|
11 |
|
---|
12 | extern int16_t ClusMap(struct fcb *fcp);
|
---|
13 | extern struct fcb *FCBmode(struct fcb *fcp);
|
---|
14 | extern FILE *FILEfl(FILE *fp);
|
---|
15 | extern void FILEpr(FILE *fp);
|
---|
16 | extern void MapFAT(int8_t *fat, int16_t ncl, int16_t stops);
|
---|
17 | extern struct fcb *SnapFCB(struct fcb *fcp);
|
---|
18 | extern struct fcb *fd2fcb(int16_t fd);
|
---|
19 | extern struct fcb *fp2fcb(FILE *fp);
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.