FUNCTION IMPLEMENTATION
int
posix_openpt(int flags)
{
return open("/dev/ptmx", flags);
}
stitched (P) TO : A Model using the Function [ posix_openpt ]
BEAUTY AND PLAY
int
posix_openpt(int flags)
{
return open("/dev/ptmx", flags);
}
stitched (P) TO : A Model using the Function [ posix_openpt ]