All pastes #2059642 Raw Edit

Stuff

public c v1 · immutable
#2059642 ·published 2011-05-15 05:17 UTC
rendered paste body
  value_t** narray = (value_t**) safe_malloc( sizeof(value_t**) * htable->items );  i = 0;  while ( htable->array[i] != NULL ) {	  narray[i] = htable->array[i];	  i++;  }