00001 /* Real definitions for extern inline functions in argp-fmtstream.h 00002 Copyright (C) 1997, 2003, 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 #define ARGP_FS_EI 00025 #undef __OPTIMIZE__ 00026 #define __OPTIMIZE__ 1 00027 #include "argp-fmtstream.h" 00028 00029 #if 0 00030 /* Not exported. */ 00031 /* Add weak aliases. */ 00032 #if _LIBC - 0 && !defined (ARGP_FMTSTREAM_USE_LINEWRAP) && defined (weak_alias) 00033 00034 weak_alias (__argp_fmtstream_putc, argp_fmtstream_putc) 00035 weak_alias (__argp_fmtstream_puts, argp_fmtstream_puts) 00036 weak_alias (__argp_fmtstream_write, argp_fmtstream_write) 00037 weak_alias (__argp_fmtstream_set_lmargin, argp_fmtstream_set_lmargin) 00038 weak_alias (__argp_fmtstream_set_rmargin, argp_fmtstream_set_rmargin) 00039 weak_alias (__argp_fmtstream_set_wmargin, argp_fmtstream_set_wmargin) 00040 weak_alias (__argp_fmtstream_point, argp_fmtstream_point) 00041 00042 #endif 00043 #endif