pp.h
来自「GDB Remote Stub Backend for debugging an」· C头文件 代码 · 共 16 行
H
16 行
/* * Copyright (C) 2004 Tobias Lorenz * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. *//* parallel port interface */unsigned char pp_inb(void);void pp_outb(unsigned char value);void pp_init(void);void pp_done(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?