/[dtapublic]/projs/dtats/trunk/projs/2018/20180707_cgi_web_tools_aux_exe/rat_num.h
ViewVC logotype

Diff of /projs/dtats/trunk/projs/2018/20180707_cgi_web_tools_aux_exe/rat_num.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 171 by dashley, Sun Jul 8 21:12:48 2018 UTC revision 172 by dashley, Sun Jul 8 21:17:26 2018 UTC
# Line 1  Line 1 
1  // $Header: /cvsroot/esrg/sfesrg/esrgnxpj/sfnthcgi0304/rat_num.h,v 1.2 2003/07/01 04:05:48 dtashley Exp $  // $Header$
2  //  //
3  //********************************************************************************  //********************************************************************************
4  //Copyright (C) 2003 David T. Ashley  //Copyright (C) 2003 David T. Ashley
5  //********************************************************************************  //********************************************************************************
6  //This program or source file is free software; you can redistribute it and/or  //This program or source file is free software; you can redistribute it and/or
7  //modify it under the terms of the GNU General Public License as published by  //modify it under the terms of the GNU General Public License as published by
8  //the Free Software Foundation; either version 2 of the License, or (at your  //the Free Software Foundation; either version 2 of the License, or (at your
9  //option) any later version.  //option) any later version.
10  //  //
11  //This program or source file is distributed in the hope that it will  //This program or source file is distributed in the hope that it will
12  //be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of  //be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13  //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  //GNU General Public License for more details.  //GNU General Public License for more details.
15  //  //
16  //You may have received a copy of the GNU General Public License  //You may have received a copy of the GNU General Public License
17  //along with this program; if not, write to the Free Software  //along with this program; if not, write to the Free Software
18  //Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  //Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  //********************************************************************************  //********************************************************************************
20  //  //
21  #ifndef RAT_NUM_H_INCLUDED  #ifndef RAT_NUM_H_INCLUDED
22     #define RAT_NUM_H_INCLUDED     #define RAT_NUM_H_INCLUDED
23    
24     #ifdef MODULE_RAT_NUM     #ifdef MODULE_RAT_NUM
25        #define DECMOD_RAT_NUM        #define DECMOD_RAT_NUM
26     #else     #else
27        #define DECMOD_RAT_NUM extern        #define DECMOD_RAT_NUM extern
28     #endif     #endif
29    
30  #if 0  #if 0
31     //CHARACTER CLASSIFICATION FUNCTIONS.     //CHARACTER CLASSIFICATION FUNCTIONS.
32     DECMOD_RAT_NUM int RAT_NUM_is_digit(char c);     DECMOD_RAT_NUM int RAT_NUM_is_digit(char c);
33     DECMOD_RAT_NUM int RAT_NUM_digit_to_val(char digit);     DECMOD_RAT_NUM int RAT_NUM_digit_to_val(char digit);
34  #endif  #endif
35    
36     /****************************************************************/     /****************************************************************/
37     /***   VERSION CONTROL REPORTING FUNCTIONS   ********************/     /***   VERSION CONTROL REPORTING FUNCTIONS   ********************/
38     /****************************************************************/     /****************************************************************/
39     DECMOD_RAT_NUM const char *RAT_NUM_cvcinfo(void);     DECMOD_RAT_NUM const char *RAT_NUM_cvcinfo(void);
40     DECMOD_RAT_NUM const char *RAT_NUM_hvcinfo(void);     DECMOD_RAT_NUM const char *RAT_NUM_hvcinfo(void);
41    
42     /* Preprocessor string to allow the H-file version to be     /* Preprocessor string to allow the H-file version to be
43     ** compiled into the C-file.     ** compiled into the C-file.
44     */     */
45     #define RAT_NUM_H_VERSION ("$Header: /cvsroot/esrg/sfesrg/esrgnxpj/sfnthcgi0304/rat_num.h,v 1.2 2003/07/01 04:05:48 dtashley Exp $")     #define RAT_NUM_H_VERSION ("$Header$")
46    
47  #endif /* RAT_NUM_H_INCLUDED */  #endif /* RAT_NUM_H_INCLUDED */
48    
49  //********************************************************************************  //********************************************************************************
50  // $Log: rat_num.h,v $  // $Log: rat_num.h,v $
51  // Revision 1.2  2003/07/01 04:05:48  dtashley  // Revision 1.2  2003/07/01 04:05:48  dtashley
52  // Log file extra lines and typos corrected.  // Log file extra lines and typos corrected.
53  //  //
54  // Revision 1.1  2003/07/01 03:58:22  dtashley  // Revision 1.1  2003/07/01 03:58:22  dtashley
55  // Addition of module RAT_NUM.  // Addition of module RAT_NUM.
56  //********************************************************************************  //********************************************************************************
57  // End of RAT_NUM.H.  // End of RAT_NUM.H.
58  //********************************************************************************  //********************************************************************************

Legend:
Removed from v.171  
changed lines
  Added in v.172

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25