Format: AllC/C++CSSTextshell script Advanced Search
114: htab->size = nel; 115: htab->table = calloc(htab->size, sizeof htab->table[0]); 116: if (htab->table == NULL) {