other.h

来自「使用最广泛的radius的linux的源码」· C头文件 代码 · 共 14 行

H
14
字号
/* Copyright 2006 The FreeRADIUS server project */#ifndef _OTHER_H#define _OTHER_H#include <freeradius-devel/ident.h>RCSIDH(other_h, "$Id: other.h,v 1.3 2006/11/14 21:22:16 fcusack Exp $")/* define the function */void other_function(void);#endif /*_OTHER_H*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?