pecanpico9/tracker/software/math/sgp4.h

7 wiersze
88 B
C

#ifndef __SGP_H__
#define __SGP_H__
void sgp4_visible(char* tle1, char* tle2);
#endif