blob: 200d1467999f82a849ac7d00a23074225e16dc13 [file] [log] [blame]
char *ttyname(int fd)
{
return "CON";
}