📄 prom_seek.c
字号:
/* @(#)prom_seek.c 1.1 92/07/30 SMI *//* * Copyright (c) 1990 by Sun Microsystems, Inc. */#include <promcommon.h>intprom_seek(fd, low, high) int fd, low, high;{ switch (obp_romvec_version) { case OBP_V0_ROMVEC_VERSION: return (int)(OBP_V0_SEEK(fd, low, high)); default: return (OBP_V2_SEEK((ihandle_t)fd, (u_int)low, (u_int)high)); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -