gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_M_TRAILINGSPACE (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/mbuf.h - 42.4KB - 986 lines
682: #define M_TRAILINGSPACE(m)                                              \
683:         (M_READONLY((m)) ? 0 : _M_TRAILINGSPACE((m)))
684: