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