27 lines
674 B
C
27 lines
674 B
C
/*
|
|
* memory.h C library memory manipulation functions
|
|
*
|
|
* =========================================================================
|
|
*
|
|
* Open Watcom Project
|
|
*
|
|
* Copyright (c) 2002-2010 Open Watcom Contributors. All Rights Reserved.
|
|
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
|
|
*
|
|
* This file is automatically generated. Do not edit directly.
|
|
*
|
|
* =========================================================================
|
|
*/
|
|
#ifndef _MEMORY_H_INCLUDED
|
|
#define _MEMORY_H_INCLUDED
|
|
|
|
#ifndef _ENABLE_AUTODEPEND
|
|
#pragma read_only_file;
|
|
#endif
|
|
|
|
#ifndef _STRING_H_INCLUDED
|
|
#include <string.h>
|
|
#endif
|
|
|
|
#endif
|