4 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			C
		
	
	
	
	
	
extern	double _exp();
 | 
						|
double EXP(statlink, x)
 | 
						|
  int *statlink; double x;
 | 
						|
  {return(_exp(x));}
 |