Format: AllC/C++CSSTextshell script Advanced Search
76: */ 77: #define cantwrite(fp) \ 78: ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && \