char *cptr; |
Pointer to a character. |
int16 *sptr; |
Pointer to a 16 bit integer. |
int32 *lptr; |
Pointer to a 32 bit integer. |
int32 *fptr; |
Pointer to a single precision floating point number. |
int32 *dptr; |
Pointer to a double precision floating point number. |
void *dptr; |
Pointer to a void data type. |