#ifndef __MEMORY_LOADED #define __MEMORY_LOADED 1 /**************************************************************************** ** ** - String Handling ** ***************************************************************************** ** Header is nonstandard ***************************************************************************** ** ** Copyright Digital Equipment Corporation 1993, 1997. All rights reserved. ** ** Restricted Rights: Use, duplication, or disclosure by the U.S. ** Government is subject to restrictions as set forth in subparagraph ** (c) (1) (ii) of DFARS 252.227-7013, or in FAR 52.227-19, or in FAR ** 52.227-14 Alt. III, as applicable. ** ** This software is proprietary to and embodies the confidential ** technology of Digital Equipment Corporation. Possession, use, or ** copying of this software and media is authorized only pursuant to a ** valid written license from Digital or an authorized sublicensor. ** ****************************************************************************** */ /* ** On some systems, includes, or used to include ** the ANSI C memory routines memccpy(), memchr(), memcpy(), ** memset() and memcmp(). The ANSI/ISO C standard ISO 9899:1990 ** specifies that they are in . */ #include #endif /* __MEMORY_LOADED */