source: buchla-68k/libcio/clusmap.x@ 526a993

Last change on this file since 526a993 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Wording change.

  • Property mode set to 100644
File size: 803 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
19extern int16_t ClusMap(struct fcb *fcp);
20extern struct fcb *FCBmode(struct fcb *fcp);
21extern FILE *FILEfl(FILE *fp);
22extern void FILEpr(FILE *fp);
23extern void MapFAT(int8_t *fat, int16_t ncl, int16_t stops);
24extern struct fcb *SnapFCB(struct fcb *fcp);
25extern struct fcb *fd2fcb(int16_t fd);
26extern struct fcb *fp2fcb(FILE *fp);
Note: See TracBrowser for help on using the repository browser.