gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:CHK_BREAK_AND_SET_ERR (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
109: /* Check break done */
110: #define CHK_BREAK_AND_SET_ERR(fs, perr)         \
111:         { if (((FS*)(fs))->fs_tsksts->c.break_done != 0) {*(perr) = EX_INTR;} }