home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * $Source: /usr/local/cvsroot/unixlib/source/clib/h/memory,v $
- * $Date: 1997/10/09 19:59:47 $
- * $Revision: 1.2 $
- * $State: Exp $
- * $Author: unixlib $
- *
- ***************************************************************************/
-
- #ifndef __MEMORY_H
- #define __MEMORY_H 1
- #ifndef __STRING_H
- #include <string.h>
- #endif
- #endif
-