//
pkg.gl
Category
github.com/skx/cpmulator
fcb
package
0.13.0
Repository:
https://github.com/skx/cpmulator.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
322 SLOC
#
Functions
FromBytes
FromBytes returns an FCB entry from the given bytes.
FromString
FromString returns an FCB entry from the given string.
#
Variables
SIZE
SIZE contains the size of the FCB structure.
#
Structs
FCB
FCB is a structure which is used to hold details about file entries, although later versions of CP/M support directories we do not.
FCBFind
FCBFind is the structure which is returned for files found via FindFirst / FindNext.