#include "darr.h"
#include <assert.h>
#include <limits.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
Go to the source code of this file.
Macros | |
#define | T float |
Functions | |
void | test_staticness (void) |
void | test_basic_operations (void) |
bool | compare (void const *curr, void const *value) |
void | test_edge_cases (void) |
void | test_large_array (void) |
int | main (void) |
bool compare | ( | void const * | curr, |
void const * | value ) |
int main | ( | void | ) |
Definition at line 22 of file main.c.
void test_basic_operations | ( | void | ) |
Definition at line 59 of file main.c.
void test_edge_cases | ( | void | ) |
Definition at line 116 of file main.c.
void test_large_array | ( | void | ) |
Definition at line 139 of file main.c.
void test_staticness | ( | void | ) |
Definition at line 34 of file main.c.