Date: Mon, 28 Jun 93 17:29:39 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: getcwd -- to drive: or not to drive: >> It seems to me that the best way to resolve the getcwd() problem is to >> create a second library, something like libdos.a. >At last a sensible (and clearly correct) approach to the Problem! Only until you have more than one program with two variants. Then, you may find that you want the DOS-like version of one and the Unix-like version of the other. (Amazing, this simple little problem has generated almost as much traffic as the please-delete-me messages ;-). )