mess822x
1.23
mess822x
Loading...
Searching...
No Matches
mess822x-1.23
src
include
caldate.h
Go to the documentation of this file.
1
#ifndef CALDATE_H
2
#define CALDATE_H
3
4
struct
caldate
{
5
long
year
;
6
int
month
;
7
int
day
;
8
} ;
9
10
extern
void
caldate_frommjd
(
struct
caldate
*,
long
,
int
*,
int
*);
11
extern
long
caldate_mjd
(
struct
caldate
*);
12
13
extern
unsigned
int
caldate_fmt
(
char
*,
struct
caldate
*);
14
extern
unsigned
int
caldate_scan
(
char
*,
struct
caldate
*);
15
16
#endif
caldate_frommjd
void caldate_frommjd(struct caldate *, long, int *, int *)
Definition:
caldate_fmjd.c:3
caldate_scan
unsigned int caldate_scan(char *, struct caldate *)
Definition:
caldate_scan.c:3
caldate_fmt
unsigned int caldate_fmt(char *, struct caldate *)
Definition:
caldate_fmt.c:3
caldate_mjd
long caldate_mjd(struct caldate *)
Definition:
caldate_mjd.c:9
caldate
Definition:
caldate.h:4
caldate::day
int day
Definition:
caldate.h:7
caldate::year
long year
Definition:
caldate.h:5
caldate::month
int month
Definition:
caldate.h:6
Generated on Mon Mar 3 2025 20:48:08 for mess822x by
1.9.6