gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:free from t2ex/bsd_source/lib/libc/src_bsd/stdio/local.h (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/local.h - 3.7KB - 102 lines
87:         if (_UB(fp)._base != (fp)->_ubuf) \
88:                 free(_UB(fp)._base); \
89:         _UB(fp)._base = NULL; \
96: #define FREELB(fp) { \ 97: free((char *)(fp)->_lb._base); \ 98: (fp)->_lb._base = NULL; \