Standard C Library File, I/O and OS Retargeting
All Data Structures Functions Variables Typedefs Modules Pages

Macros

#define RT_ATTR_FILE   0x0001
 File is a regular file. More...
 
#define RT_ATTR_DIR   0x0002
 File is a directory. More...
 
#define RT_ATTR_LINK   0x0004
 File is a symbolic link. More...
 
#define RT_ATTR_RD   0x0100
 File read is permitted. More...
 
#define RT_ATTR_WR   0x0200
 File write is permitted. More...
 

Description

Macro Definition Documentation

◆ RT_ATTR_DIR

#define RT_ATTR_DIR   0x0002

File is a directory.

◆ RT_ATTR_FILE

#define RT_ATTR_FILE   0x0001

File is a regular file.

◆ RT_ATTR_LINK

#define RT_ATTR_LINK   0x0004

File is a symbolic link.

◆ RT_ATTR_RD

#define RT_ATTR_RD   0x0100

File read is permitted.

◆ RT_ATTR_WR

#define RT_ATTR_WR   0x0200

File write is permitted.