GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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
 

Macros

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

Functions

int main (int argc, char **argv)
 

Macro Definition 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