mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-24 18:58:39 +01:00
16 lines
273 B
PHP
16 lines
273 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.4 2002-09-07 15:15:24 peter
|
|
* old logs removed and tabs fixed
|
|
|
|
}
|