Hi,
Is there any function in fortran equivalent to getch() or getchar()
function in C
The aim is that the function should read character input, without
echoing on the screen, to accept a passwd or something like that.
I'm using f90 compiler on UNIX platform.
Thank You,
Varun