#include "fatutil.h"
#include <string.h>
Go to the source code of this file.
| void CreateDiskImage |
( |
DISKIMAGE * |
DiskImagePtr | ) |
|
| int16_t GetFAT12Entry |
( |
DISKIMAGE * |
DiskImagePtr, |
|
|
int |
FATindex |
|
) |
| |
| void InitializeDiskDiskImage |
( |
DISKIMAGE * |
DiskImagePtr | ) |
|
| void InitializeDiskImage |
( |
DISKIMAGE * |
DiskImagePtr, |
|
|
int |
VolumeSize, |
|
|
int |
BytesPerSector, |
|
|
int |
NumFATs, |
|
|
int |
SectorsPerFAT, |
|
|
int |
RootEntries |
|
) |
| |
| void InitializeFAT12 |
( |
DISKIMAGE * |
DiskImagePtr | ) |
|
| void InitializeFAT16 |
( |
DISKIMAGE * |
DiskImagePtr | ) |
|
| void InitializeFAT32 |
( |
DISKIMAGE * |
DiskImagePtr | ) |
|
| void SetDiskMetricsFromDiskImage |
( |
DISKIMAGE * |
DiskImagePtr | ) |
|
| void SetFAT12Entry |
( |
DISKIMAGE * |
DiskImagePtr, |
|
|
int |
FATindex, |
|
|
unsigned short |
FAT12ClusEntryVal |
|
) |
| |