1 #ifndef EXTRAPOLATION_OPTION_H
2 #define EXTRAPOLATION_OPTION_H
3 
4 bool getenv_extrapolate(void);
5 
6 #endif
7