06 2022 档案

摘要:头文件:#include <termios.h> 函数原型:int cfsetispeed(struct termios *termptr, speed_t speed); int cfsetospeed(struct termios *termptr, speed_t speed); int cf 阅读全文
posted @ 2022-06-17 17:13 gǒが油メo 阅读(2546) 评论(0) 推荐(0) 编辑
摘要:1. tcgetattr函数 头文件:#include <termios.h> 函数原型:int tcgetattr(int fd, struct termios *termios_p); 说明:tcgetattr函数用于获取与终端相关的参数。参数fd为终端的文件描述符,返回的结果保存在termio 阅读全文
posted @ 2022-06-17 16:02 gǒが油メo 阅读(622) 评论(0) 推荐(0) 编辑
摘要:需要在函数内部进行跳转可以使用goto,在函数之间进行跳转就需要使用setjmp函数 #include <setjmp.h>int setjmp(jmp_buf envbuf);该函数将系统栈保存于envbuf中,以供以后调用longjmp()。当第一次调用setjmp(),它的返回值为0。之后调用 阅读全文
posted @ 2022-06-10 15:48 gǒが油メo 阅读(149) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示