gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:CHK_RESID (0.00 seconds)
tkernel_2
kernel/tkernel/src/check.h - 10.6KB - 291 lines
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; \