예제 #1
0
void VarSizeList_count_neighbors(const PVarSizeList pset, ind_t *out_neighbors, uint32 count){
    pset->count_neighbors(out_neighbors, count);
}