Mapper
Functions
ll_s2f.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <math.h>
#include <sys/time.h>
Include dependency graph for ll_s2f.c:

Go to the source code of this file.

Functions

int ll_s2f (char *dms, int *deg, int *min, int *sec, float *dec_deg)
 

Function Documentation

◆ ll_s2f()

int ll_s2f ( char *  dms,
int *  deg,
int *  min,
int *  sec,
float *  dec_deg 
)

Definition at line 10 of file ll_s2f.c.