Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/X11
File: Xfuncs.h
/*
[0] Fix | Delete
*
[1] Fix | Delete
Copyright 1990, 1998 The Open Group
[2] Fix | Delete
[3] Fix | Delete
Permission to use, copy, modify, distribute, and sell this software and its
[4] Fix | Delete
documentation for any purpose is hereby granted without fee, provided that
[5] Fix | Delete
the above copyright notice appear in all copies and that both that
[6] Fix | Delete
copyright notice and this permission notice appear in supporting
[7] Fix | Delete
documentation.
[8] Fix | Delete
[9] Fix | Delete
The above copyright notice and this permission notice shall be included in
[10] Fix | Delete
all copies or substantial portions of the Software.
[11] Fix | Delete
[12] Fix | Delete
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[13] Fix | Delete
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
[14] Fix | Delete
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[15] Fix | Delete
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
[16] Fix | Delete
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[17] Fix | Delete
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[18] Fix | Delete
[19] Fix | Delete
Except as contained in this notice, the name of The Open Group shall not be
[20] Fix | Delete
used in advertising or otherwise to promote the sale, use or other dealings
[21] Fix | Delete
in this Software without prior written authorization from The Open Group.
[22] Fix | Delete
*
[23] Fix | Delete
*/
[24] Fix | Delete
[25] Fix | Delete
#ifndef _XFUNCS_H_
[26] Fix | Delete
# define _XFUNCS_H_
[27] Fix | Delete
[28] Fix | Delete
# include <X11/Xosdefs.h>
[29] Fix | Delete
[30] Fix | Delete
/* the old Xfuncs.h, for pre-R6 */
[31] Fix | Delete
# if !(defined(XFree86LOADER) && defined(IN_MODULE))
[32] Fix | Delete
[33] Fix | Delete
# ifdef X_USEBFUNCS
[34] Fix | Delete
void bcopy();
[35] Fix | Delete
void bzero();
[36] Fix | Delete
int bcmp();
[37] Fix | Delete
# else
[38] Fix | Delete
# if defined(SYSV) && !defined(__SCO__) && !defined(__sun) && !defined(__UNIXWARE__) && !defined(_AIX)
[39] Fix | Delete
# include <memory.h>
[40] Fix | Delete
void bcopy();
[41] Fix | Delete
# define bzero(b,len) memset(b, 0, len)
[42] Fix | Delete
# define bcmp(b1,b2,len) memcmp(b1, b2, len)
[43] Fix | Delete
# else
[44] Fix | Delete
# include <string.h>
[45] Fix | Delete
# if defined(__SCO__) || defined(__sun) || defined(__UNIXWARE__) || defined(__CYGWIN__) || defined(_AIX) || defined(__APPLE__)
[46] Fix | Delete
# include <strings.h>
[47] Fix | Delete
# endif
[48] Fix | Delete
# define _XFUNCS_H_INCLUDED_STRING_H
[49] Fix | Delete
# endif
[50] Fix | Delete
# endif /* X_USEBFUNCS */
[51] Fix | Delete
[52] Fix | Delete
/* the new Xfuncs.h */
[53] Fix | Delete
[54] Fix | Delete
/* the ANSI C way */
[55] Fix | Delete
# ifndef _XFUNCS_H_INCLUDED_STRING_H
[56] Fix | Delete
# include <string.h>
[57] Fix | Delete
# endif
[58] Fix | Delete
# undef bzero
[59] Fix | Delete
# define bzero(b,len) memset(b,0,len)
[60] Fix | Delete
[61] Fix | Delete
# if defined WIN32 && defined __MINGW32__
[62] Fix | Delete
# define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
[63] Fix | Delete
# endif
[64] Fix | Delete
[65] Fix | Delete
# endif /* !(defined(XFree86LOADER) && defined(IN_MODULE)) */
[66] Fix | Delete
[67] Fix | Delete
#endif /* _XFUNCS_H_ */
[68] Fix | Delete
[69] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function