/xbmc/screensavers/rsxs-0.9/lib/exitfail.c

http://github.com/xbmc/xbmc · C · 27 lines · 6 code · 3 blank · 18 comment · 0 complexity · d785751cd09ba94c303adf6b9d806c8f MD5 · raw file

  1. /* Failure exit status
  2. Copyright (C) 2002, 2003 Free Software Foundation, Inc.
  3. This program is free software; you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation; either version 2, or (at your option)
  6. any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program; see the file COPYING.
  13. If not, write to the Free Software Foundation,
  14. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
  15. #ifdef HAVE_CONFIG_H
  16. # include <config.h>
  17. #endif
  18. #include "exitfail.h"
  19. #include "exit.h"
  20. int volatile exit_failure = EXIT_FAILURE;