spp/src/obscode.h

8 lines
228 B
C

#ifndef OBSCODE_H
#define OBSCODE_H
#include <stdio.h>
#include <string.h>
/* convert RINEX obs-type ver.2 -> ver.3 -------------------------------------*/
void convcode(double ver, int sys, const char *str, char *type);
#endif