ALL 0.9.3
A Loadbalacing Library
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "stb_arr.h"
Go to the source code of this file.
Macros | |
#define | EXIT_NOMATCH 2 |
#define | STB_DEBUG |
#define | STB_DEFINE |
Functions | |
int | CompareTests (double ****Test1, double ****Test2) |
double **** | LoadTest (char *FileName) |
int | main (int argc, char **argv) |
#define EXIT_NOMATCH 2 |
Definition at line 43 of file TestCompare.c.
#define STB_DEBUG |
Definition at line 37 of file TestCompare.c.
#define STB_DEFINE |
Definition at line 36 of file TestCompare.c.
int CompareTests | ( | double **** | Test1, |
double **** | Test2 ) |
double **** LoadTest | ( | char * | FileName | ) |
int main | ( | int | argc, |
char ** | argv ) |