/[dtapublic]/swprojs/trunk/projs/20120418_blackjacksim/source/bjcceval/fatal.h
ViewVC logotype

Contents of /swprojs/trunk/projs/20120418_blackjacksim/source/bjcceval/fatal.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations) (download)
Fri Oct 7 03:35:12 2016 UTC (7 years, 5 months ago) by dashley
File MIME type: text/plain
File size: 2524 byte(s)
Commit of Blackjack simulation project.
1 //----------------------------------------------------------------------------------------------------
2 //$Header: /home/dashley/cvsrep/e3ft_gpl01/e3ft_gpl01/dtaipubs/cron/2010/blackjack_201010/source/bjcceval/fatal.h,v 1.2 2012/03/30 01:05:31 dashley Exp $
3 //----------------------------------------------------------------------------------------------------
4 //Copyright (C) 2012, David T. Ashley.
5 //
6 //This file is part of BJCCEVAL, a program that evaluates by simulation
7 //the best basic strategy, card-counting, and other playing strategies
8 //for several variants of the game of Blackjack.
9 //
10 //BJCCEVAL is free software: you can redistribute it and/or modify
11 //it under the terms of the GNU General Public License as published by
12 //the Free Software Foundation, either version 3 of the License, or
13 //(at your option) any later version.
14 //
15 //BJCCEVAL is distributed in the hope that it will be useful,
16 //but WITHOUT ANY WARRANTY; without even the implied warranty of
17 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 //GNU General Public License for more details.
19 //
20 //You should have received a copy of the GNU General Public License
21 //along with this program. If not, see <http://www.gnu.org/licenses/>.
22 //(A copy of the GNU General Public License, Version 3 is provided in
23 //the file "COPYING" distributed with BJCCEVAL.)
24 //
25 //David T. Ashley can be contacted at DASHLEY@GMAIL.COM and/or at
26 //P.O. Box 918, Marshall MI 49068.
27 //----------------------------------------------------------------------------------------------------
28 #ifndef FATAL_H_INCLUDED
29 #define FATAL_H_INCLUDED
30
31 #ifdef MODULE_FATAL
32 #define DECMOD_FATAL
33 #else
34 #define DECMOD_FATAL extern
35 #endif
36
37 DECMOD_FATAL void FATAL_fatal(const char *desc,
38 const char *file,
39 int line);
40 DECMOD_FATAL const char *FATAL_Vcinfo_C(void);
41 DECMOD_FATAL const char *FATAL_Vcinfo_H(void);
42
43 #define FATAL_VCINFO_H "$Revision: 1.2 $"
44
45 #endif
46
47
48 //----------------------------------------------------------------------------------------------------
49 //$Log: fatal.h,v $
50 //Revision 1.2 2012/03/30 01:05:31 dashley
51 //Edits.
52 //
53 //Revision 1.1 2012/03/30 00:59:16 dashley
54 //Initial checkin.
55 //----------------------------------------------------------------------------------------------------
56 //End of $RCSfile: fatal.h,v $
57 //----------------------------------------------------------------------------------------------------

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25