/* memory.h.
   An extension, not part of the original SharedCLibrary distribution.  */


#ifndef __MEMORY_H
#define __MEMORY_H 1
#ifndef __STRING_H
#include <string.h>
#endif
#endif
