Go to the documentation of this file.
14 for( i = 0; i < len; i++ )
15 ((
char *)num)[i] = str->
data[i];
25 hCV( str,
sizeof(
double ), &num );
32 hCV( str,
sizeof(
float ), &num );
39 hCV( str,
sizeof(
short ), &num );
47 hCV( str,
sizeof(
int ), &num );
54 hCV( str,
sizeof(
int ), &num );
61 hCV( str,
sizeof(
long long ), &num );
75 for( i = 0; i < len; i++ )
76 dst->
data[i] = ((
char *)num)[i];
78 dst->
data[len] =
'\0';
88 return hMK(
sizeof(
double ), &num );
93 return hMK(
sizeof(
float ), &num );
98 return hMK(
sizeof(
short ), &num );
103 return hMK(
sizeof( num ), &num );
108 return hMK(
sizeof( num ), &num );
113 return hMK(
sizeof(
long long ), &num );