XBinder  Version 2.7.x
rtxCommon.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2003-2020 Objective Systems, Inc.
3  *
4  * This software is furnished under a license and may be used and copied
5  * only in accordance with the terms of such license and with the
6  * inclusion of the above copyright notice. This software or any other
7  * copies thereof may not be provided or otherwise made available to any
8  * other person. No title to and ownership of the software is hereby
9  * transferred.
10  *
11  * The information in this software is subject to change without notice
12  * and should not be construed as a commitment by Objective Systems, Inc.
13  *
14  * PROPRIETARY NOTICE
15  *
16  * This software is an unpublished work subject to a confidentiality agreement
17  * and is protected by copyright and trade secret law. Unauthorized copying,
18  * redistribution or other use of this work is prohibited.
19  *
20  * The above notice of copyright on this source code product does not indicate
21  * any actual or intended publication of such source code.
22  *
23  *****************************************************************************/
24 /*The following is the text for the main C Runtime index page.*/
68 #ifndef _RTXCOMMON_H_
69 #define _RTXCOMMON_H_
70 
71 #include "rtxsrc/osSysTypes.h"
72 #include "rtxsrc/osMacros.h"
73 #include "rtxsrc/rtxExternDefs.h"
74 #include "rtxsrc/rtxBigInt.h"
75 #include "rtxsrc/rtxBitString.h"
76 #include "rtxsrc/rtxBuffer.h"
77 #include "rtxsrc/rtxCharStr.h"
78 #include "rtxsrc/rtxCommonDefs.h"
79 #include "rtxsrc/rtxDateTime.h"
80 #include "rtxsrc/rtxDiag.h"
81 #include "rtxsrc/rtxEnum.h"
82 #include "rtxsrc/rtxError.h"
83 #include "rtxsrc/rtxFile.h"
84 #include "rtxsrc/rtxMemory.h"
85 #include "rtxsrc/rtxPattern.h"
86 #include "rtxsrc/rtxReal.h"
87 #include "rtxsrc/rtxUTF8.h"
88 #include "rtxsrc/rtxUtil.h"
89 
90 #endif
Common runtime functions for reading from or writing to the message buffer defined within the context...
Common runtime functions for working with floating-point numbers.
Common runtime types and functions for performing operations on enumerated data items.
Error handling function and macro definitions.
Contains utility functions for setting, clearing, and testing bits at any position in an arbitrarily ...
Common runtime functions for reading from or writing to files.
Utility functions for handling UTF-8 strings.
Pattern matching functions.
Common runtime functions for diagnostic tracing and debugging.
Common runtime functions for converting to and from various standard date/time formats.
Common definitions of external function modifiers used to define the scope of functions used in DLL's...
Memory management function and macro definitions.