|
|
#define | FAI_HIDDEN 0x0001 |
| | hidden argument
|
| |
|
#define | FAI_RETPTR 0x0002 |
| | pointer to return value. implies hidden
|
| |
|
#define | FAI_STRUCT 0x0004 |
| | was initially a structure
|
| |
|
#define | FAI_ARRAY 0x0008 |
| | was initially an array; see "__org_typedef" or "__org_arrdim" type attributes to determine the original type
|
| |
|
#define | FAI_UNUSED 0x0010 |
| | argument is not used by the function
|
| |