Data Structures | Defines | Functions | Variables

port_test.c File Reference

#include <stdio.h>
#include <grass/Vect.h>
Include dependency graph for port_test.c:

Go to the source code of this file.

Data Structures

union  type_conv

Defines

#define TEST_PATTERN   1.3333
#define LONG_TEST   0x01020304
#define INT_TEST   0x01020304
#define SHORT_TEST   0x0102

Functions

int main (int argc, char **argv)

Variables

static int nat_flt
static int nat_lng
static int nat_int
static int nat_shrt
static int nat_char

Define Documentation

#define INT_TEST   0x01020304

Definition at line 60 of file port_test.c.

Referenced by main().

#define LONG_TEST   0x01020304

Definition at line 59 of file port_test.c.

Referenced by main().

#define SHORT_TEST   0x0102

Definition at line 61 of file port_test.c.

Referenced by main().

#define TEST_PATTERN   1.3333

Definition at line 58 of file port_test.c.

Referenced by main().


Function Documentation

int main ( int  argc,
char **  argv 
)

Variable Documentation

int nat_char

Definition at line 89 of file port_test.c.

Referenced by main().

int nat_flt

Definition at line 89 of file port_test.c.

int nat_int

Definition at line 89 of file port_test.c.

int nat_lng

Definition at line 89 of file port_test.c.

int nat_shrt

Definition at line 89 of file port_test.c.