- Function
Determine if a directory entry specifies a disk label.
- Header
- Declaration
int _DE_ISLBL(unsigned char type);- Description
The function is called with the type of a directory entry taken from a
struct direntand returns true if the entry designates a disk label.- Limits
- The function is actually a macro.
- Availability
cc65
- See also
- Example
None.