argp-xinl.c

00001 /* Real definitions for extern inline functions in argp.h
00002    Copyright (C) 1997, 1998, 2004 Free Software Foundation, Inc.
00003    This file is part of the GNU C Library.
00004    Written by Miles Bader <miles@gnu.ai.mit.edu>.
00005 
00006    This program is free software; you can redistribute it and/or modify
00007    it under the terms of the GNU Lesser General Public License as published by
00008    the Free Software Foundation; either version 2.1, or (at your option)
00009    any later version.
00010 
00011    This program is distributed in the hope that it will be useful,
00012    but WITHOUT ANY WARRANTY; without even the implied warranty of
00013    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014    GNU Lesser General Public License for more details.
00015 
00016    You should have received a copy of the GNU Lesser General Public License along
00017    with this program; if not, write to the Free Software Foundation,
00018    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
00019 
00020 #ifdef HAVE_CONFIG_H
00021 # include <config.h>
00022 #endif
00023 
00024 #if defined _LIBC || defined HAVE_FEATURES_H
00025 # include <features.h>
00026 #endif
00027 
00028 #ifndef __USE_EXTERN_INLINES
00029 # define __USE_EXTERN_INLINES   1
00030 #endif
00031 #define ARGP_EI
00032 #undef __OPTIMIZE__
00033 #define __OPTIMIZE__ 1
00034 #include "argp.h"
00035 
00036 /* Add weak aliases.  */
00037 #if _LIBC - 0 && defined (weak_alias)
00038 
00039 weak_alias (__argp_usage, argp_usage)
00040 weak_alias (__option_is_short, _option_is_short)
00041 weak_alias (__option_is_end, _option_is_end)
00042 
00043 #endif

Generated on Thu Jan 24 16:50:54 2008 for WvStreams by  doxygen 1.5.4