libww libww
WWitch compatibility library for the Wonderful toolchain
Loading...
Searching...
No Matches
_fhandle_t Struct Reference

#include <oswork.h>

Data Fields

FS fs
fent_t __far * ent
fmode_t mode
floc_t loc
flen_t len
fpos_t pos
int count
uint8_t reserved [8]

Detailed Description

Definition at line 20 of file oswork.h.

Field Documentation

◆ count

int count

File sector count, copied from FS entry.

Definition at line 48 of file oswork.h.

◆ ent

fent_t __far* ent

Pointer to file entry in RAM.

Definition at line 28 of file oswork.h.

◆ fs

FS fs

Pointer to file system containing file.

Definition at line 24 of file oswork.h.

◆ len

flen_t len

File length, in bytes.

Definition at line 40 of file oswork.h.

◆ loc

floc_t loc

File location in memory, copied from FS entry.

Definition at line 36 of file oswork.h.

◆ mode

fmode_t mode

File open mode, passed to FS open().

Definition at line 32 of file oswork.h.

◆ pos

fpos_t pos

File position, in bytes.

Definition at line 44 of file oswork.h.

◆ reserved

uint8_t reserved[8]

Definition at line 49 of file oswork.h.


The documentation for this struct was generated from the following file: