F.CHECK - check if an FMS block is of the correct type.

Usage:

ret = f.check( mem_addr, type );

Where:

mem_addr
is the memory address of the in-core sector to be tested.
type
indicates the FMS type that is expected, in the lower half of the word. The type is usually specified as one of the FMS manifests, e.g. .HTYP1 for catalog continuation blocks.
ret
is non-zero if the block is of the expected type, and zero otherwise.

Description:

F.CHECK tests the type of a file system catalog block. There are no error conditions.

Copyright © 1996, Thinkage Ltd.