2003-05-02 14:38:27 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 2003-05-02
|
|
|
|
;
|
2005-03-26 17:03:30 +00:00
|
|
|
; char* __fastcall__ getenv (const char* name);
|
2003-05-02 14:38:27 +00:00
|
|
|
;
|
|
|
|
|
2005-03-26 17:03:30 +00:00
|
|
|
.export _getenv
|
|
|
|
.import return0
|
2003-05-02 14:38:27 +00:00
|
|
|
|
2005-03-26 17:03:30 +00:00
|
|
|
_getenv = return0 ; "not found"
|
2003-05-02 14:38:27 +00:00
|
|
|
|
|
|
|
|