gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:Bug from t2ex/bsd_source/lib/libc/src_bsd/stdlib/misc.c (0.02 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/misc.c - 22.8KB - 908 lines
528:         if (i > 1 && !a->x[i-1])
529:                 Bug("cmp called with a->x[a->wds-1] == 0");
530:         if (j > 1 && !b->x[j-1])
531:                 Bug("cmp called with b->x[b->wds-1] == 0");
532: #endif
667: #ifdef DEBUG 668: if (!y) Bug("zero y in b2d"); 669: #endif
810: if (!z) 811: Bug("Zero passed to d2b"); 812: #endif