mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			254 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			254 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
Uses Dos;
 | 
						|
 | 
						|
{ Declared EXPLICITLY with Ansistring, so NO mistaking is possible }
 | 
						|
 | 
						|
Function Getenv (Var EnvVar  : AnsiString): AnsiString;
 | 
						|
 | 
						|
begin
 | 
						|
  Result:=Dos.Getenv(EnvVar);
 | 
						|
end;
 | 
						|
{
 | 
						|
  $Log$
 | 
						|
  Revision 1.3  2005-02-14 17:13:11  peter
 | 
						|
    * truncate log
 | 
						|
 | 
						|
}
 |