Search | Google it | Results 1 - 1 of 1 for funcall:_UB from t2ex/bsd_source/lib/libc/src_bsd/stdio/local.h (0.00 seconds) |
84: */ 85: #define HASUB(fp) (_UB(fp)._base != NULL) 86: #define FREEUB(fp) { \ 87: if (_UB(fp)._base != (fp)->_ubuf) \ 88: free(_UB(fp)._base); \ 89: _UB(fp)._base = NULL; \ 90: }