pelib  2.0.0
src/test_array.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <pelib/unit.h>
#include <pelib/integer.h>
Include dependency graph for test_array.c:

Go to the source code of this file.

Defines

#define LENGTH   8
#define FILENAME_BINARY   "array_binary.bin"
#define VALUE   10
#define SKIP   6

Functions

 array_t (int)
void cleanup ()
void setup ()
void teardown ()
void run ()

Define Documentation

#define FILENAME_BINARY   "array_binary.bin"

Definition at line 31 of file test_array.c.

#define LENGTH   8

Definition at line 30 of file test_array.c.

#define SKIP   6

Definition at line 33 of file test_array.c.

#define VALUE   10

Definition at line 32 of file test_array.c.


Function Documentation

array_t ( int  )

Definition at line 35 of file test_array.c.

Definition at line 52 of file test_array.c.

void run ( )

Definition at line 153 of file test_array.c.

void setup ( )

Definition at line 57 of file test_array.c.

Definition at line 58 of file test_array.c.