X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Farray.h;h=eab98dcaa908e7f37ca1a5c5e62692f8c7232c80;hb=f8dc847024749f595c17e7384c519c329a39070d;hp=5205be935bf2fa05ac08f5b262e07ae4a8749572;hpb=442f640c0470152122facbb5045548ce9cddcd60;p=pspp diff --git a/src/libpspp/array.h b/src/libpspp/array.h index 5205be935b..eab98dcaa9 100644 --- a/src/libpspp/array.h +++ b/src/libpspp/array.h @@ -1,4 +1,4 @@ -/* +/* PSPP - a program for statistical analysis. Copyright (C) 2017 Free Software Foundation, Inc. @@ -96,7 +96,7 @@ size_t partition (void *array, size_t count, size_t size, for the first TRUE_CNT elements and zero for the remaining elements. AUX is passed as auxiliary data to PREDICATE. */ bool is_partitioned (const void *array, size_t count, size_t size, - size_t true_cnt, + size_t n_trues, algo_predicate_func *predicate, const void *aux); /* Randomly reorders ARRAY, which contains COUNT elements of SIZE