/[dtapublic]/projs/ets/trunk/src/c_tclxtens_7_5/msgstrs.h
ViewVC logotype

Annotation of /projs/ets/trunk/src/c_tclxtens_7_5/msgstrs.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 71 - (hide annotations) (download)
Sat Nov 5 11:07:06 2016 UTC (7 years, 8 months ago) by dashley
Original Path: projs/trunk/shared_source/c_tclxtens_7_5/msgstrs.h
File MIME type: text/plain
File size: 2358 byte(s)
Set EOL properties appropriately to facilitate simultaneous Linux and Windows development.
1 dashley 71 //$Header$
2     //-------------------------------------------------------------------------------------------------
3     //This file is part of "David T. Ashley's Shared Source Code", a set of shared components
4     //integrated into many of David T. Ashley's projects.
5     //-------------------------------------------------------------------------------------------------
6     //This source code and any program in which it is compiled/used is provided under the MIT License,
7     //reproduced below.
8     //-------------------------------------------------------------------------------------------------
9     //Permission is hereby granted, free of charge, to any person obtaining a copy of
10     //this software and associated documentation files(the "Software"), to deal in the
11     //Software without restriction, including without limitation the rights to use,
12     //copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the
13     //Software, and to permit persons to whom the Software is furnished to do so,
14     //subject to the following conditions :
15     //
16     //The above copyright notice and this permission notice shall be included in all
17     //copies or substantial portions of the Software.
18     //
19     //THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20     //IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21     //FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
22     //AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23     //LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24     //OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25     //SOFTWARE.
26     //-------------------------------------------------------------------------------------------------
27     #ifndef MSGSTRS_H_INCLUDED
28     #define MSGSTRS_H_INCLUDED
29    
30     #ifdef MODULE_MSGSTRS
31     #define DECMOD_MSGSTRS
32     #else
33     #define DECMOD_MSGSTRS extern
34     #endif
35    
36     DECMOD_MSGSTRS int MsgstrsGetStdSepLen(void);
37     DECMOD_MSGSTRS const char *MsgstrsGetRefHlineEq(void);
38     DECMOD_MSGSTRS const char *MsgstrsGetRefHlineHyphen(void);
39     DECMOD_MSGSTRS void MsgstrsInit(void);
40     DECMOD_MSGSTRS const char *MsgstrsGetstartupMsgStrings(int n);
41     DECMOD_MSGSTRS const char *MsgstrsCversion(void);
42     DECMOD_MSGSTRS const char *MsgstrsHversion(void);
43    
44     #define MSGSTRS_H_VERSION ("$Header$")
45    
46     #endif
47    
48     /* End of msgstrs.h */

Properties

Name Value
svn:eol-style native
svn:keywords Header

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25