gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__assert (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/assert.h - 2.8KB - 68 lines
57: # else
58: #  define       assert(e)     ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
59: # endif