ctrlchar.h

来自「linux嵌入式课程实践中的一个关于声卡驱动程序 。」· C头文件 代码 · 共 16 行

H
16
字号
/* *  drivers/s390/char/ctrlchar.c *  Unified handling of special chars. * *    Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation *    Author(s): Fritz Elfert <felfert@millenux.com> <elfert@de.ibm.com> * */#include <linux/config.h>#include <linux/types.h>#include <linux/tty.h>extern void ctrlchar_init(void);extern char *ctrlchar_handle(const char *buf, int len, struct tty_struct *tty);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?