NCEPLIBS-g2
4.0.0
Toggle main menu visibility
Main Page
Modules
Modules List
Module Members
All
a
e
f
g
i
j
m
n
p
r
s
t
Functions/Subroutines
a
e
f
g
i
p
r
s
Variables
Data Types
Data Types List
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
r
t
u
v
Functions/Subroutines
Variables
a
b
c
d
e
f
g
i
l
m
n
t
u
v
Files
File List
Globals
All
a
c
d
e
f
g
i
j
l
m
n
p
r
s
t
u
w
Functions/Subroutines
a
c
d
e
f
g
i
j
l
m
n
p
r
s
t
u
w
•
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
Loading...
Searching...
No Matches
mova2i.c
Go to the documentation of this file.
1
22
int
g2_mova2i_
(
unsigned
char
*a)
23
{
24
return
(
int
)(*a);
25
}
22
int
g2_mova2i_
(
unsigned
char
*a) {
…
}
26
38
int
g2_mova2i8_
(
unsigned
char
*a)
39
{
40
return
(
long
long
int
)(*a);
41
}
38
int
g2_mova2i8_
(
unsigned
char
*a) {
…
}
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.8