|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Data Fields | |
| double | d |
| float | f |
| long | l |
| int | i |
| short | s |
| unsigned char | c [PORT_DOUBLE] |
Definition at line 63 of file port_test.c.
| unsigned char type_conv::c[PORT_DOUBLE] |
Definition at line 70 of file port_test.c.
Referenced by main().
| double type_conv::d |
Definition at line 65 of file port_test.c.
Referenced by main().
| float type_conv::f |
Definition at line 66 of file port_test.c.
Referenced by main().
| int type_conv::i |
Definition at line 68 of file port_test.c.
Referenced by main().
| long type_conv::l |
Definition at line 67 of file port_test.c.
Referenced by main().
| short type_conv::s |
Definition at line 69 of file port_test.c.
Referenced by main().