io_main.h
来自「话带数据中传真解调程序」· C头文件 代码 · 共 23 行
H
23 行
/* * * Stuff that handles the main IO functions. * * Copyright (c) 1999 Richard J.M. Close * * Can be freely distributed and used under the terms of the GNU GPL. */#ifndef LT_IO_MAIN#define LT_IO_MAIN 1#include "homol.h"#include "modem_globals.h"#include "task.h"void io_detect_inactivity(void);void io_task(unsigned int arg1, unsigned char* arg2, unsigned int arg3);void io_periodic_task(void);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?