Format: AllC/C++CSSTextshell script Advanced Search
235: 236: #define ERR_ATA(c) (E_IO | 0x8000 | (c)) 237: #define ERR_ATAMSK(er, m) ((er) & (0xffff8000 | (m)))