NCEPLIBS-g2
3.5.0
mova2i.c
Go to the documentation of this file.
1
22
int
g2_mova2i_
(
unsigned
char
*a)
23
{
24
return
(
int
)(*a);
25
}
26
38
int
g2_mova2i8_
(
unsigned
char
*a)
39
{
40
return
(
long
long
int
)(*a);
41
}
g2_mova2i_
int g2_mova2i_(unsigned char *a)
Derefrence char pointer and cast result as 32-bit int.
Definition:
mova2i.c:22
g2_mova2i8_
int g2_mova2i8_(unsigned char *a)
Derefrence char pointer and cast result as 64-bit int.
Definition:
mova2i.c:38
src
mova2i.c
Generated by
1.9.1