📄 lpt.h
字号:
/* * Copyright (C) 1994 Geoffrey M. Rehmet * * This program is free software; you may redistribute it and/or * modify it, provided that it retain the above copyright notice * and the following disclaimer. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za> * */#ifndef _LPT_PRINTER_H_#define _LPT_PRINTER_H_#include <sys/types.h>#include <sys/ioctl.h>#define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -