TC: char *getpass( const char *prompt )


	- prototype in conio.h

	- reads a password from system console after typing prompt,
	  without echoing
	- password cannot exceed 8 chars (not counting null terminator)