gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:cantwrite (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/local.h - 3.7KB - 102 lines
76:  */
77: #define cantwrite(fp) \
78:         ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && \