source: buchla-68k/libcio/clusmap.x@ 6262b5c

Last change on this file since 6262b5c was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 7 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
12extern int16_t ClusMap(struct fcb *fcp);
13extern struct fcb *FCBmode(struct fcb *fcp);
14extern FILE *FILEfl(FILE *fp);
15extern void FILEpr(FILE *fp);
16extern void MapFAT(int8_t *fat, int16_t ncl, int16_t stops);
17extern struct fcb *SnapFCB(struct fcb *fcp);
18extern struct fcb *fd2fcb(int16_t fd);
19extern struct fcb *fp2fcb(FILE *fp);
20
Note: See TracBrowser for help on using the repository browser.