1 2 3 4 5 6 7 8
#ifndef __CLOCK_SUNPOS_H__ #define __CLOCK_SUNPOS_H__ #include <glib.h> void sun_position(time_t unix_time, gdouble *lat, gdouble *lon); #endif