FACT++  1.0
static void t_a2af ( int *  status)
static

Definition at line 98 of file t_erfa_c.c.

References eraA2af(), and viv().

Referenced by main().

113 {
114  int idmsf[4];
115  char s;
116 
117 
118  eraA2af(4, 2.345, &s, idmsf);
119 
120  viv(s, '+', "eraA2af", "s", status);
121 
122  viv(idmsf[0], 134, "eraA2af", "0", status);
123  viv(idmsf[1], 21, "eraA2af", "1", status);
124  viv(idmsf[2], 30, "eraA2af", "2", status);
125  viv(idmsf[3], 9706, "eraA2af", "3", status);
126 
127 }
void eraA2af(int ndp, double angle, char *sign, int idmsf[4])
Definition: a2af.c:3
static void viv(int ival, int ivalok, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:24

+ Here is the call graph for this function:

+ Here is the caller graph for this function: