char *getcwd( char *buf, int n )


	- prototype in dir.h

	- gets full path name of current working directory up to n bytes,
	  placed into buf
	- returns buf pointer, else NULL