ALL 0.9.3
A Loadbalacing Library
Loading...
Searching...
No Matches
TestCompare.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "stb_arr.h"
+ Include dependency graph for TestCompare.c:

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)
 

Macro Definition Documentation

◆ EXIT_NOMATCH

#define EXIT_NOMATCH   2

Definition at line 43 of file TestCompare.c.

◆ STB_DEBUG

#define STB_DEBUG

Definition at line 37 of file TestCompare.c.

◆ STB_DEFINE

#define STB_DEFINE

Definition at line 36 of file TestCompare.c.

Function Documentation

◆ CompareTests()

int CompareTests ( double **** Test1,
double **** Test2 )

Definition at line 141 of file TestCompare.c.

+ Here is the caller graph for this function:

◆ LoadTest()

double **** LoadTest ( char * FileName)

Definition at line 55 of file TestCompare.c.

+ Here is the caller graph for this function:

◆ main()

int main ( int argc,
char ** argv )

Definition at line 195 of file TestCompare.c.

+ Here is the call graph for this function: