#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