calendarsystem Library API Documentation

hconv.h

00001 #ifndef KCALENDARSYSTEM_HCONV_H
00002 #define KCALENDARSYSTEM_HCONV_H
00003 
00004 
00005 
00006 #ifdef __cplusplus
00007         extern "C" {
00008 #endif
00009 
00010 extern const char       *mname[], *hmname[], *dow[], *sdow[], *hmnameshort[];
00011 
00012 typedef struct sdate {
00013         float time;
00014         int day;
00015         int mon;
00016         int year;
00017         int dw;
00018         double nmtime;
00019 } SDATE;
00020 
00021 extern SDATE *caldate(double), *hdate(int,int,int), *gdate(int,int,int);
00022 
00023 extern double tmoonphase(long,int), julianday(int,int,int,float);
00024 extern int ndays(int,int);
00025 
00026 extern double visible(long, double*);
00027 
00028 #ifdef __cplusplus
00029         }
00030 #endif
00031 
00032 #define NULLP    ((char *)0)
00033 
00034 /* for portability */
00035 #include <sys/types.h>
00036 
00037 #endif
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 15 11:40:08 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001