/xbmc/screensavers/rsxs-0.9/lib/argp-fs-xinl.c

http://github.com/xbmc/xbmc · C · 43 lines · 18 code · 5 blank · 20 comment · 2 complexity · ac5b793bf6e5c04195bf4fff22babdab MD5 · raw file

  1. /* Real definitions for extern inline functions in argp-fmtstream.h
  2. Copyright (C) 1997, 2003, 2004 Free Software Foundation, Inc.
  3. This file is part of the GNU C Library.
  4. Written by Miles Bader <miles@gnu.ai.mit.edu>.
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2, or (at your option)
  8. any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License along
  14. with this program; if not, write to the Free Software Foundation,
  15. Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
  16. #ifdef HAVE_CONFIG_H
  17. # include <config.h>
  18. #endif
  19. #define ARGP_FS_EI
  20. #undef __OPTIMIZE__
  21. #define __OPTIMIZE__ 1
  22. #include "argp-fmtstream.h"
  23. #if 0
  24. /* Not exported. */
  25. /* Add weak aliases. */
  26. #if _LIBC - 0 && !defined (ARGP_FMTSTREAM_USE_LINEWRAP) && defined (weak_alias)
  27. weak_alias (__argp_fmtstream_putc, argp_fmtstream_putc)
  28. weak_alias (__argp_fmtstream_puts, argp_fmtstream_puts)
  29. weak_alias (__argp_fmtstream_write, argp_fmtstream_write)
  30. weak_alias (__argp_fmtstream_set_lmargin, argp_fmtstream_set_lmargin)
  31. weak_alias (__argp_fmtstream_set_rmargin, argp_fmtstream_set_rmargin)
  32. weak_alias (__argp_fmtstream_set_wmargin, argp_fmtstream_set_wmargin)
  33. weak_alias (__argp_fmtstream_point, argp_fmtstream_point)
  34. #endif
  35. #endif