Tesseract
3.02
|
#include "mfcpch.h"
#include "statistc.h"
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include "helpers.h"
#include "scrollview.h"
#include "tprintf.h"
Go to the source code of this file.
Functions | |
inT32 | choose_nth_item (inT32 index, float *array, inT32 count) |
inT32 | choose_nth_item (inT32 index, void *array, inT32 count, size_t size, int(*compar)(const void *, const void *)) |
void | swap_entries (void *array, size_t size, inT32 index1, inT32 index2) |
Definition at line 550 of file statistc.cpp.
inT32 choose_nth_item | ( | inT32 | index, |
void * | array, | ||
inT32 | count, | ||
size_t | size, | ||
int(*)(const void *, const void *) | compar | ||
) |
Definition at line 617 of file statistc.cpp.
Definition at line 678 of file statistc.cpp.