TTYNAME.3
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. TTYNAME(3)                Minix Programmer's Manual                 TTYNAME(3)
  2. NAME
  3.      ttyname - file descriptor to terminal device name
  4. SYNOPSIS
  5.      #define _POSIX_SOURCE 1
  6.      #include <unistd.h>
  7.      char *ttyname(int fd)
  8. DESCRIPTION
  9.      Ttyname searches through the /dev directory for the terminal device  file
  10.      that  is  associated  with  file descriptor fd.  It returns the full path
  11.      name of the terminal file if found, NULL is returned otherwise.
  12. SEE ALSO
  13.      ttyslot(3).
  14. AUTHOR
  15.      Kees J. Bot (kjb@cs.vu.nl)
  16.                                                                              1