#include <lib.h>#include <sys/stat.h>#include <dirent.h>#include <fcntl.h>#include <stddef.h>#include <string.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| PUBLIC char * | ttyname (int fildes) |
Variables | |
| PRIVATE char | base [] = "/dev" |
| PRIVATE char | path [sizeof(base)+1+NAME_MAX] |
1.5.8