PandA-2024.02
|
#include <stddef.h>
#include <stdio.h>
Go to the source code of this file.
Data Structures | |
struct | dataset_t |
Macros | |
#define | KEY_SIZE 8 |
#define | MAX_SIZE 100000 |
Functions | |
int | test (float *key, float *base, size_t nmemb) |
int | main () |
Variables | |
static dataset_t | dataset [] |
static size_t | dataset_size = sizeof(dataset) / sizeof(dataset_t) |
int main | ( | void | ) |
int test | ( | float * | key, |
float * | base, | ||
size_t | nmemb | ||
) |
Definition at line 10 of file test-specialized.c.
References bsearch(), and less().
Referenced by main().