原始内容
高亮显示
复制内容
#pragma once #ifdef __cplusplus extern "C" { #endif #include <sys/ioctl.h> #include <termios.h> int openpty(int*, int*, char*, const struct termios*, const struct winsize*); #ifdef __cplusplus } #endif
您还没有登录,登录后您可以:
首次使用?从这里 注册