#include <stdio.h>
#include <grass/Vect.h>
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) |
#define INT_TEST 0x01020304 |
#define LONG_TEST 0x01020304 |
#define SHORT_TEST 0x0102 |
#define TEST_PATTERN 1.3333 |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 104 of file port_test.c.
References type_conv::c, type_conv::d, type_conv::f, type_conv::i, INT_TEST, type_conv::l, LONG_TEST, type_conv::s, SHORT_TEST, and TEST_PATTERN.