mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 14:49:27 +02: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.2 2005-02-14 17:13:11 peter
|
|
* truncate log
|
|
|
|
}
|