NCEPLIBS-g2  3.4.7
mova2i.c
Go to the documentation of this file.
1 
20 int mova2i_(unsigned char *a)
21 {
22  return (int)(*a);
23 }
int mova2i_(unsigned char *a)
This Function copies a bit string from a Character*1 variable to an integer variable.
Definition: mova2i.c:20