Added getenv()

git-svn-id: svn://svn.cc65.org/cc65/trunk@2123 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-05-02 14:38:27 +00:00
parent 503da1af88
commit 73240932de
4 changed files with 27 additions and 1 deletions

12
libsrc/apple2/getenv.s Normal file
View File

@@ -0,0 +1,12 @@
;
; Ullrich von Bassewitz, 2003-05-02
;
; char* getenv (const char* name);
;
.export _getenv
.import return0
_getenv = return0 ; "not found"