1 /*-----------------------------------------------------------------------------------*/
4 /*-----------------------------------------------------------------------------------*/
10 * Retrieve a system variable
11 * @param[out] ierr the error code
12 * @param[in] var the name of the variable
13 * @param[out] buf the value of the variable
14 * @param[out] buflen the length of the variable
17 void C2F(getenvc)(int *ierr,char *var,char *buf,int *buflen,int *iflag);
19 #endif /* __GETENVC_H__ */