Search | Google it | Results 1 - 2 of 2 for funcall:_EXT (0.00 seconds) |
40: #define _EXT(fp) ((struct __sfileext *)((fp)->_ext._base)) 41: #define _UB(fp) _EXT(fp)->_ub 42:
48: #define WCIO_GET(fp) \ 49: (_EXT(fp) ? &(_EXT(fp)->_wcio) : (struct wchar_io_data *)0) 50: