source: buchla-68k/libcio/clusmap.x@ 8973acd

Last change on this file since 8973acd 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
RevLine 
[526a993]1/*
2 =============================================================================
3 clusmap.c -- external declarations
4 =============================================================================
5*/
6
[6262b5c]7#pragma once
8
9#include "biosdefs.h"
10#include "stdint.h"
[6aa430b]11#include "stdio.h"
[6262b5c]12
13/*
14 =============================================================================
[526a993]15 external functions
[6262b5c]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);
[8973acd]23extern void MapFAT(uint8_t *fat, int16_t ncl, int16_t stops);
[6262b5c]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.