source: buchla-68k/libcio/clusmap.x@ 4aad7a7

Last change on this file since 4aad7a7 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
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(uint8_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.