The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
Data Structures | Macros | Functions | Variables
stest.c File Reference
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include "backtrace.h"
#include "internal.h"
+ Include dependency graph for stest.c:

Go to the source code of this file.

Data Structures

struct  test
 

Macros

#define MAX   10
 

Functions

static int compare (const void *a, const void *b)
 
int main (int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED)
 

Variables

static struct test tests []
 

Data Structure Documentation

◆ test

struct test

Definition at line 47 of file stest.c.

Data Fields
size_t count
int input[MAX]
int output[MAX]

Macro Definition Documentation

◆ MAX

#define MAX   10

Definition at line 45 of file stest.c.

Function Documentation

◆ compare()

static int compare ( const void *  a,
const void *  b 
)
static

Definition at line 104 of file stest.c.

+ Here is the caller graph for this function:

◆ main()

int main ( int argc  ATTRIBUTE_UNUSED,
char **argv  ATTRIBUTE_UNUSED 
)

Definition at line 113 of file stest.c.

+ Here is the call graph for this function:

Variable Documentation

◆ tests

struct test tests[]
static

Definition at line 54 of file stest.c.