Last change
on this file since d1ecb94 was 8973acd, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
No more warnings in libcio.
|
-
Property mode
set to
100644
|
File size:
804 bytes
|
Line | |
---|
1 | /*
|
---|
2 | =============================================================================
|
---|
3 | clusmap.c -- external declarations
|
---|
4 | =============================================================================
|
---|
5 | */
|
---|
6 |
|
---|
7 | #pragma once
|
---|
8 |
|
---|
9 | #include "biosdefs.h"
|
---|
10 | #include "stdint.h"
|
---|
11 | #include "stdio.h"
|
---|
12 |
|
---|
13 | /*
|
---|
14 | =============================================================================
|
---|
15 | external functions
|
---|
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(uint8_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.