📄 confpr.c
字号:
#ifndef lintstatic char sccsid[] = "@(#)confpr.c 1.1 92/07/30 Copyr 1985 Sun Micro";#endif/* * Copyright (c) 1985 by Sun Microsystems, Inc. *//* * Device configuration table and interface for standalone I/O system. * * This version contains no drivers; it uses the boottab in the PROMs. */#include "../lib/stand/saio.h"/* Dummy device table to satisfy external references */struct boottab *(devsw[]) = {(struct boottab *)0, };
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -