libptytty

Library for OS-independent pseudo-TTY management and allocation

brewmacoslinux
Try with needOr install directly
Source

About

Library for OS-independent pseudo-TTY management

Commands

libptytty

Examples

Link libptytty library in C/C++ project compilation$ gcc -o program program.c $(pkg-config --cflags --libs libptytty)
Check libptytty version and installation details$ pkg-config --modversion libptytty
Verify libptytty library files location$ pkg-config --variable=libdir libptytty