Pty

A data structure to hold information on a Pty session Holds its fd and a utility property to get its name

version(Posix)
struct Pty {
int fd;
}

Meta