Search | Google it | Results 1 - 1 of 1 for funcall:CHK_RESID (0.04 seconds) |
90: #define CHECK_RESID(resid) { \ 91: if (!CHK_RESID(resid)) { \ 92: return E_ID; \ 95: #define CHECK_RESID_ANY(resid) { \ 96: if (!(CHK_RESID(resid) || (resid) == 0)) { \ 97: return E_ID; \