l1.h

来自「此源码主要用于生成lib工具。。。。。。。。。」· C头文件 代码 · 共 38 行

H
38
字号
/* l1.h -- interface to a trivial library   Copyright (C) 1998-1999 Thomas Tanner   Copyright (C) 2006 Free Software Foundation, Inc.   Written by Thomas Tanner, 1998   This file is part of GNU Libtool.GNU Libtool is free software; you can redistribute it and/ormodify it under the terms of the GNU General Public License aspublished by the Free Software Foundation; either version 2 ofthe License, or (at your option) any later version.GNU Libtool is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with GNU Libtool; see the file COPYING.  If not, a copycan be downloaded from  http://www.gnu.org/licenses/gpl.html,or obtained by writing to the Free Software Foundation, Inc.,51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*//* Only include this header file once. */#ifndef _L1_H_#define _L1_H_ 1#include "sysdep.h"__BEGIN_DECLSextern int var_l1;int	func_l1 __P((int));__END_DECLS#endif /* !_L1_H_ */

⌨️ 快捷键说明

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