|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|

Go to the source code of this file.
Macros | |
| #define | TEST_PATTERN 1.3333 |
| #define | OFF_T_TEST 0x0102030405060708LL |
| #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 65 of file port_test.c.
| #define LONG_TEST 0x01020304 |
Definition at line 64 of file port_test.c.
| #define OFF_T_TEST 0x0102030405060708LL |
Definition at line 60 of file port_test.c.
| #define SHORT_TEST 0x0102 |
Definition at line 66 of file port_test.c.
| #define TEST_PATTERN 1.3333 |
Definition at line 58 of file port_test.c.
Definition at line 103 of file port_test.c.
References dbl_cnvrt, dbl_order, ENDIAN_BIG, ENDIAN_LITTLE, ENDIAN_OTHER, err(), flt_cnvrt, flt_order, int_cnvrt, int_order, INT_TEST, lng_cnvrt, lng_order, LONG_TEST, nat_dbl, nat_flt, nat_int, nat_lng, nat_off_t, nat_shrt, off_t_cnvrt, off_t_order, OFF_T_TEST, PORT_CHAR, PORT_DOUBLE, PORT_FLOAT, PORT_INT, PORT_LONG, PORT_SHORT, SHORT_TEST, shrt_cnvrt, shrt_order, and TEST_PATTERN.