📄 filestop.c
字号:
#include "fileStop.h"extern fd_set fdSet;void fileStop(GtkObject *window,gpointer data){ running = 0; sleep(1); int fd; for (fd = 0;fd < FD_SETSIZE;fd++) { if (FD_ISSET(fd,&fdSet)) close(fd); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -