cfitsTK
TransitLC.h
Go to the documentation of this file.
1 #ifndef _TRANSITLC_H
2 #define _TRANSITLC_H
3 
4 
5 int_fast8_t init_TransitLC();
6 
7 
8 long TransitLC_run(long index);
9 
10 #endif
int_fast8_t init_TransitLC()
Definition: TransitLC.c:68
long TransitLC_run(long index)
Definition: TransitLC.c:354