/[dtapublic]/projs/emts/trunk/src/ets_toolcol/emts_ifsfscan/c_main.c
ViewVC logotype

Diff of /projs/emts/trunk/src/ets_toolcol/emts_ifsfscan/c_main.c

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

projs/dtats/trunk/projs/2018/20180718_ets_ifsfscan/c_main.c revision 223 by dashley, Thu Jul 19 02:35:29 2018 UTC projs/ets/trunk/src/ets_tool/ifsfscan/c_main.c revision 224 by dashley, Sun Jul 22 22:45:17 2018 UTC
# Line 1  Line 1 
1    
2    //#define _CRT_SECURE_NO_WARNINGS
3  //$Header$  //$Header$
4  //{9d0125ed-73c3-43f6-8435-8f161ab7ea6d}  //{43a387a9-4905-4f4c-8e90-506628d6cc11}
5  //-------------------------------------------------------------------------------------------------  //-------------------------------------------------------------------------------------------------
6  //Copyright (c) 2018, David T. Ashley  //Copyright (c) 2018, David T. Ashley
7  //  //
# Line 37  Line 39 
39  #define FCMIOF_HORIZONTAL_BAR_SEP_CHAR    ('-')  #define FCMIOF_HORIZONTAL_BAR_SEP_CHAR    ('-')
40  #define FCMIOF_LINE_LEN                   (78)  #define FCMIOF_LINE_LEN                   (78)
41    
42    #ifdef _CRT_SECURE_NO_WARNINGS
43    //#error not set
44    #endif
45    
46  //The last column allowed for a characters below is Column 82 (or it will be  //The last column allowed for a characters below is Column 82 (or it will be
47  //less than aesthetic).  //less than aesthetic).
48  const char * const license_preamble[] =  const char * const license_preamble[] =
# Line 175  const char *STRING_vcinfo(size_t which) Line 181  const char *STRING_vcinfo(size_t which)
181        "$Date$",        "$Date$",
182        "$Revision$",        "$Revision$",
183        "$Author$",        "$Author$",
184        "Project GUID:           {beb3d945-d010-41c4-b7b5-7d4b84203408}",        "Project GUID:           {f2e6f1b7-8fc5-4582-9cd7-c153febd11f7}",
185        "c_main.c GUID:          {9d0125ed-73c3-43f6-8435-8f161ab7ea6d}",        "c_main.c GUID:          {43a387a9-4905-4f4c-8e90-506628d6cc11}",
186        "ets_ifsfscan.cpp GUID:  {aa3777d0-4cd3-46e5-b84e-03f01957cc71}",        "ets_ifsfscan.cpp GUID:  {1ea3115f-1f6d-4f0b-979b-ad92423db59a}",
187     };     };
188    
189     if (which < (sizeof(vcinfo) / sizeof(vcinfo[0])))     if (which < (sizeof(vcinfo) / sizeof(vcinfo[0])))

Legend:
Removed from v.223  
changed lines
  Added in v.224

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25