repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing libraries to examples' Makefiles
[dockapps.git]
/
wmmoonclock
/
src
/
MoonRise.h
blob
d263d2e7d0cc6d199b7a253053cce0a620e885da
1
#ifndef MOONRISE_H
2
#define MOONRISE_H
3
4
void
MoonRise
(
int
,
int
,
int
,
double
,
double
*,
double
*);
5
void
UTTohhmm
(
double
,
int
*,
int
*);
6
void
Interp
(
double
,
double
,
double
,
double
*,
double
*,
double
*,
double
*,
int
*);
7
8
#endif