tcm_dtm.h
来自「操作系统SunOS 4.1.3版本的源码」· C头文件 代码 · 共 23 行
H
23 行
/* @(#)ATS tcm_dtm.h 1.1 92/07/30 Copyright Sun Microsystems Inc.*//* * tcm_dtm.h * * This files lists the rpc proc nums for messages from tcm to dtm. * */struct strings { int num; char op[5][80];};struct option_file { char fname[80]; int action;};extern xdr_strings();extern xdr_option();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?