?? xdr_bool_t.c
字號:
/* xdr_bool_t.c - xdr routine *//* Copyright 1984-1992 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------01c,26may92,rrr the tree shuffle01b,04oct91,rrr passed through the ansification filter -changed functions to ansi style -changed includes to have absolute path from h/ -changed copyright notice01a,19apr88,llk created.*//*DESCRIPTIONThis module contains the eXternal Data Representation (XDR) routinefor bool_t's.*/#include "rpc/rpc.h"bool_txdr_bool_t ( XDR *xdrs, bool_t *objp ){ return (xdr_bool (xdrs, objp));}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -