GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <grass/Vect.h>
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) |
#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().
Definition at line 97 of file port_test.c.
References type_conv::c, type_conv::d, dbl_cnvrt, dbl_order, err, type_conv::f, flt_cnvrt, flt_order, type_conv::i, int_cnvrt, int_order, INT_TEST, type_conv::l, lng_cnvrt, lng_order, LONG_TEST, nat_dbl, nat_flt, nat_int, nat_lng, nat_shrt, type_conv::s, SHORT_TEST, shrt_cnvrt, shrt_order, and TEST_PATTERN.