- Function
Determine if a directory entry specifies a directory.
- Header
- Declaration
int _DE_ISDIR(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 directory.- Limits
- The function is actually a macro.
- Availability
cc65
- See also
- Example
None.