In addition to the
4Test data types,
Silk Test Classic supports the following C data types for use in calling functions in DLLs:
| Correspond to
4Test INTEGER data type
|
Correspond to REAL data type
|
| char
|
unsigned char
|
float
|
| int
|
unsigned int
|
double
|
| short
|
unsigned short
|
|
| long
|
unsigned long
|
|
The first two columns above show data types that correspond to the
4Test
INTEGER data type. The third column corresponds to the
REAL data type.