source: buchla-68k/libcio/clusmap.x@ 39a696b

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

Regenerate global headers.

  • Property mode set to 100644
File size: 621 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);
20extern int16_t waitcr(void);
21
Note: See TracBrowser for help on using the repository browser.