source: buchla-68k/libcio/clusmap.x@ 6aa430b

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

More accurate headers.

  • Property mode set to 100644
File size: 609 bytes
RevLine 
[6262b5c]1#pragma once
2
3#include "biosdefs.h"
4#include "stdint.h"
[6aa430b]5#include "stdio.h"
[6262b5c]6
7/*
8 =============================================================================
9 clusmap.c -- global functions
10 =============================================================================
11*/
12
13extern int16_t ClusMap(struct fcb *fcp);
14extern struct fcb *FCBmode(struct fcb *fcp);
15extern FILE *FILEfl(FILE *fp);
16extern void FILEpr(FILE *fp);
17extern void MapFAT(int8_t *fat, int16_t ncl, int16_t stops);
18extern struct fcb *SnapFCB(struct fcb *fcp);
19extern struct fcb *fd2fcb(int16_t fd);
20extern struct fcb *fp2fcb(FILE *fp);
Note: See TracBrowser for help on using the repository browser.