crt0.o \
ctype.o \
cvline.o \
+ getenv.o \
joy_stddrv.o \
kbhit.o \
mainargs.o \
--- /dev/null
+;
+; Ullrich von Bassewitz, 2003-05-02
+;
+; char* getenv (const char* name);
+;
+
+ .export _getenv
+ .import return0
+
+_getenv = return0 ; "not found"
+
+
crt0.o \
ctype.o \
cvline.o \
+ getenv.o \
gotox.o \
gotoxy.o \
gotoy.o \
systime.o \
wherex.o \
wherey.o \
- write.o
+ write.o
#--------------------------------------------------------------------------
# Targets
--- /dev/null
+;
+; Ullrich von Bassewitz, 2003-05-02
+;
+; char* getenv (const char* name);
+;
+
+ .export _getenv
+ .import return0
+
+_getenv = return0 ; "not found"
+
+