In article <441 at lakesys.UUCP> davek at lakesys.UUCP (Dave Kraft) writes: >I am writing a C program that need a user's tty number (i.e. tty3A). Is there >any internal/external function that can accomplish this? Most UNIX systems have a ttyname() library function for doing this. It doesn't work perfectly...